public static interface UpdateSubnetGroupRequest.Builder extends DaxRequest.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)
A list of subnet IDs in the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs in the subnet group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
The name of the subnet group.
subnetGroupName - The name of the subnet group.UpdateSubnetGroupRequest.Builder description(String description)
A description of the subnet group.
description - A description of the subnet group.UpdateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
subnetIds - A list of subnet IDs in the subnet group.UpdateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs in the subnet group.
subnetIds - A list of subnet IDs in the subnet group.UpdateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.