public static interface UpdateSubnetGroupRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSubnetGroupRequest.Builder |
description(String description)
A description of the subnet group
|
UpdateSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSubnetGroupRequest.Builder |
subnetGroupName(String subnetGroupName)
The name of the subnet group
|
UpdateSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
The EC2 subnet IDs for the subnet group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
The name of the subnet group
subnetGroupName - The name of the subnet groupUpdateSubnetGroupRequest.Builder description(String description)
A description of the subnet group
description - A description of the subnet groupUpdateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the subnet group.
subnetIds - The EC2 subnet IDs for the subnet group.UpdateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 subnet IDs for the subnet group.
subnetIds - The EC2 subnet IDs for the subnet group.UpdateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.