Interface UpdateSubnetGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>,MemoryDbRequest.Builder,SdkBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSubnetGroupRequest
public static interface UpdateSubnetGroupRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSubnetGroupRequest.Builderdescription(String description)A description of the subnet groupUpdateSubnetGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSubnetGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSubnetGroupRequest.BuildersubnetGroupName(String subnetGroupName)The name of the subnet groupUpdateSubnetGroupRequest.BuildersubnetIds(String... subnetIds)The EC2 subnet IDs for the subnet group.UpdateSubnetGroupRequest.BuildersubnetIds(Collection<String> subnetIds)The EC2 subnet IDs for 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.memorydb.model.MemoryDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subnetGroupName
UpdateSubnetGroupRequest.Builder subnetGroupName(String 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
UpdateSubnetGroupRequest.Builder description(String 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
UpdateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the subnet group.
- Parameters:
subnetIds- The EC2 subnet IDs for the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
UpdateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 subnet IDs for the subnet group.
- Parameters:
subnetIds- The EC2 subnet IDs for the subnet group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-