Interface UpdateSubnetGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSubnetGroupRequest.Builder,
,UpdateSubnetGroupRequest> DaxRequest.Builder
,SdkBuilder<UpdateSubnetGroupRequest.Builder,
,UpdateSubnetGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSubnetGroupRequest
@Mutable
@NotThreadSafe
public static interface UpdateSubnetGroupRequest.Builder
extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the subnet group.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subnetGroupName
(String subnetGroupName) The name of the subnet group.A list of subnet IDs in the subnet group.subnetIds
(Collection<String> subnetIds) A list of subnet IDs in the subnet group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dax.model.DaxRequest.Builder
build
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
-
subnetGroupName
The name of the subnet group.
- Parameters:
subnetGroupName
- The name of the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the subnet group.
- Parameters:
description
- A description of the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs in the subnet group.
- Parameters:
subnetIds
- A list of subnet IDs in the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs in the subnet group.
- Parameters:
subnetIds
- A list of subnet IDs in the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSubnetGroupRequest.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
UpdateSubnetGroupRequest.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.
-