Interface UpdateConnectionGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<UpdateConnectionGroupRequest.Builder,
,UpdateConnectionGroupRequest> SdkBuilder<UpdateConnectionGroupRequest.Builder,
,UpdateConnectionGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateConnectionGroupRequest
@Mutable
@NotThreadSafe
public static interface UpdateConnectionGroupRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionGroupRequest.Builder,UpdateConnectionGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanycastIpListId
(String anycastIpListId) The ID of the Anycast static IP list.Whether the connection group is enabled.The ID of the connection group.The value of theETag
header that you received when retrieving the connection group that you're updating.ipv6Enabled
(Boolean ipv6Enabled) Enable IPv6 for the connection group.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the connection group.
- Parameters:
id
- The ID of the connection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Enabled
Enable IPv6 for the connection group. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.
- Parameters:
ipv6Enabled
- Enable IPv6 for the connection group. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
The value of the
ETag
header that you received when retrieving the connection group that you're updating.- Parameters:
ifMatch
- The value of theETag
header that you received when retrieving the connection group that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIpListId
The ID of the Anycast static IP list.
- Parameters:
anycastIpListId
- The ID of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Whether the connection group is enabled.
- Parameters:
enabled
- Whether the connection group is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateConnectionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateConnectionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-