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
Modifier and TypeMethodDescriptiondescription
(String description) A description of the subnet groupoverrideConfiguration
(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 groupThe EC2 subnet IDs for the subnet group.subnetIds
(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 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
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
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) 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.
-