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 theETagheader 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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
ETagheader that you received when retrieving the connection group that you're updating.- Parameters:
ifMatch- The value of theETagheader 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConnectionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-