public static interface ModifyDbSubnetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyDbSubnetGroupRequest.Builder |
dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the DB subnet group.
|
ModifyDbSubnetGroupRequest.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The name for the DB subnet group.
|
ModifyDbSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the DB subnet group.
|
ModifyDbSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
The EC2 subnet IDs for the DB subnet group.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyDbSubnetGroupRequest.Builder dbSubnetGroupName(String dbSubnetGroupName)
The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mydbsubnetgroup
dbSubnetGroupName
- The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the
default subnet group.
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mydbsubnetgroup
ModifyDbSubnetGroupRequest.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the DB subnet group.
dbSubnetGroupDescription
- The description for the DB subnet group.ModifyDbSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the DB subnet group.
subnetIds
- The EC2 subnet IDs for the DB subnet group.ModifyDbSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 subnet IDs for the DB subnet group.
subnetIds
- The EC2 subnet IDs for the DB subnet group.ModifyDbSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyDbSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.