@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDBShardGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDBShardGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateDBShardGroupResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getComputeRedundancy()
Specifies whether to create standby instances for the DB shard group.
|
String |
getDBClusterIdentifier()
The name of the primary DB cluster for the DB shard group.
|
String |
getDBShardGroupIdentifier()
The name of the DB shard group.
|
String |
getDBShardGroupResourceId()
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
String |
getEndpoint()
The connection endpoint for the DB shard group.
|
Double |
getMaxACU()
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
Boolean |
getPubliclyAccessible()
Indicates whether the DB shard group is publicly accessible.
|
String |
getStatus()
The status of the DB shard group.
|
int |
hashCode() |
Boolean |
isPubliclyAccessible()
Indicates whether the DB shard group is publicly accessible.
|
void |
setComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
|
void |
setDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
|
void |
setDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
void |
setEndpoint(String endpoint)
The connection endpoint for the DB shard group.
|
void |
setMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
|
void |
setStatus(String status)
The status of the DB shard group.
|
String |
toString()
Returns a string representation of this object.
|
CreateDBShardGroupResult |
withComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group.
|
CreateDBShardGroupResult |
withDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
|
CreateDBShardGroupResult |
withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
|
CreateDBShardGroupResult |
withDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
CreateDBShardGroupResult |
withEndpoint(String endpoint)
The connection endpoint for the DB shard group.
|
CreateDBShardGroupResult |
withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
CreateDBShardGroupResult |
withPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
|
CreateDBShardGroupResult |
withStatus(String status)
The status of the DB shard group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
dBShardGroupResourceId
- The Amazon Web Services Region-unique, immutable identifier for the DB shard group.public String getDBShardGroupResourceId()
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
public CreateDBShardGroupResult withDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
dBShardGroupResourceId
- The Amazon Web Services Region-unique, immutable identifier for the DB shard group.public void setDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
dBShardGroupIdentifier
- The name of the DB shard group.public String getDBShardGroupIdentifier()
The name of the DB shard group.
public CreateDBShardGroupResult withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
dBShardGroupIdentifier
- The name of the DB shard group.public void setDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
dBClusterIdentifier
- The name of the primary DB cluster for the DB shard group.public String getDBClusterIdentifier()
The name of the primary DB cluster for the DB shard group.
public CreateDBShardGroupResult withDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
dBClusterIdentifier
- The name of the primary DB cluster for the DB shard group.public void setMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
maxACU
- The maximum capacity of the DB shard group in Aurora capacity units (ACUs).public Double getMaxACU()
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
public CreateDBShardGroupResult withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
maxACU
- The maximum capacity of the DB shard group in Aurora capacity units (ACUs).public void setComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group. Valid values are the following:
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
computeRedundancy
- Specifies whether to create standby instances for the DB shard group. Valid values are the following:
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
public Integer getComputeRedundancy()
Specifies whether to create standby instances for the DB shard group. Valid values are the following:
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
public CreateDBShardGroupResult withComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group. Valid values are the following:
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
computeRedundancy
- Specifies whether to create standby instances for the DB shard group. Valid values are the following:
0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.
1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.
2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.
public void setStatus(String status)
The status of the DB shard group.
status
- The status of the DB shard group.public String getStatus()
The status of the DB shard group.
public CreateDBShardGroupResult withStatus(String status)
The status of the DB shard group.
status
- The status of the DB shard group.public void setPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
publiclyAccessible
- Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
public Boolean getPubliclyAccessible()
Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
public CreateDBShardGroupResult withPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
publiclyAccessible
- Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
public Boolean isPubliclyAccessible()
Indicates whether the DB shard group is publicly accessible.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
When the DB shard group is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB shard group's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB shard group's VPC. Access to the DB shard group is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB shard group doesn't permit it.
When the DB shard group isn't publicly accessible, it is an internal DB shard group with a DNS name that resolves to a private IP address.
For more information, see CreateDBShardGroup.
This setting is only for Aurora Limitless Database.
public void setEndpoint(String endpoint)
The connection endpoint for the DB shard group.
endpoint
- The connection endpoint for the DB shard group.public String getEndpoint()
The connection endpoint for the DB shard group.
public CreateDBShardGroupResult withEndpoint(String endpoint)
The connection endpoint for the DB shard group.
endpoint
- The connection endpoint for the DB shard group.public String toString()
toString
in class Object
Object.toString()
public CreateDBShardGroupResult clone()