static ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.builder() |
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.computeRedundancy(Integer computeRedundancy) |
Specifies whether to create standby DB shard groups for the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The name of the primary DB cluster for the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.dbShardGroupArn(String dbShardGroupArn) |
The Amazon Resource Name (ARN) for the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.dbShardGroupIdentifier(String dbShardGroupIdentifier) |
The name of the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.dbShardGroupResourceId(String dbShardGroupResourceId) |
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.endpoint(String endpoint) |
The connection endpoint for the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.maxACU(Double maxACU) |
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.minACU(Double minACU) |
The minimum capacity of the DB shard group in Aurora capacity units (ACUs).
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Indicates whether the DB shard group is publicly accessible.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.status(String status) |
The status of the DB shard group.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
ModifyDbShardGroupResponse.Builder |
ModifyDbShardGroupResponse.toBuilder() |
|