@Generated(value="software.amazon.awssdk:codegen") public final class ModifyDbSubnetGroupRequest extends RdsRequest implements ToCopyableBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ModifyDbSubnetGroupRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ModifyDbSubnetGroupRequest.Builder |
builder() |
String |
dbSubnetGroupDescription()
The description for the DB subnet group.
|
String |
dbSubnetGroupName()
The name for the DB subnet group.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyDbSubnetGroupRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
The EC2 subnet IDs for the DB subnet group.
|
ModifyDbSubnetGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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: mySubnetgroup
Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.
Example: mySubnetgroup
public String dbSubnetGroupDescription()
The description for the DB subnet group.
public List<String> subnetIds()
The EC2 subnet IDs for the DB subnet group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifyDbSubnetGroupRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyDbSubnetGroupRequest.Builder,ModifyDbSubnetGroupRequest>
toBuilder
in class RdsRequest
public static ModifyDbSubnetGroupRequest.Builder builder()
public static Class<? extends ModifyDbSubnetGroupRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.