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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConnectionGroupRequest.BuilderanycastIpListId(String anycastIpListId)The ID of the Anycast static IP list.UpdateConnectionGroupRequest.Builderenabled(Boolean enabled)Whether the connection group is enabled.UpdateConnectionGroupRequest.Builderid(String id)The ID of the connection group.UpdateConnectionGroupRequest.BuilderifMatch(String ifMatch)The value of theETagheader that you received when retrieving the connection group that you're updating.UpdateConnectionGroupRequest.Builderipv6Enabled(Boolean ipv6Enabled)Enable IPv6 for the connection group.UpdateConnectionGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConnectionGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
id
UpdateConnectionGroupRequest.Builder id(String 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
UpdateConnectionGroupRequest.Builder ipv6Enabled(Boolean 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
UpdateConnectionGroupRequest.Builder ifMatch(String 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
UpdateConnectionGroupRequest.Builder anycastIpListId(String 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
UpdateConnectionGroupRequest.Builder enabled(Boolean 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
-
-