@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGlobalClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGlobalClusterRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGlobalClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name for your database of up to 64 alphanumeric characters.
|
Boolean |
getDeletionProtection()
The deletion protection setting for the new global database.
|
String |
getEngine()
The name of the database engine to be used for this DB cluster.
|
String |
getEngineVersion()
The engine version of the Aurora global database.
|
String |
getGlobalClusterIdentifier()
The cluster identifier of the new global database cluster.
|
String |
getSourceDBClusterIdentifier()
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
Boolean |
getStorageEncrypted()
The storage encryption setting for the new global database cluster.
|
int |
hashCode() |
Boolean |
isDeletionProtection()
The deletion protection setting for the new global database.
|
Boolean |
isStorageEncrypted()
The storage encryption setting for the new global database cluster.
|
void |
setDatabaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters.
|
void |
setDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
void |
setEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
void |
setEngineVersion(String engineVersion)
The engine version of the Aurora global database.
|
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
void |
setSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
void |
setStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateGlobalClusterRequest |
withDatabaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters.
|
CreateGlobalClusterRequest |
withDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
CreateGlobalClusterRequest |
withEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
CreateGlobalClusterRequest |
withEngineVersion(String engineVersion)
The engine version of the Aurora global database.
|
CreateGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest |
withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
CreateGlobalClusterRequest |
withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
globalClusterIdentifier
- The cluster identifier of the new global database cluster.public String getGlobalClusterIdentifier()
The cluster identifier of the new global database cluster.
public CreateGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
globalClusterIdentifier
- The cluster identifier of the new global database cluster.public void setSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
sourceDBClusterIdentifier
- The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is
optional.public String getSourceDBClusterIdentifier()
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
public CreateGlobalClusterRequest withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
sourceDBClusterIdentifier
- The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is
optional.public void setEngine(String engine)
The name of the database engine to be used for this DB cluster.
engine
- The name of the database engine to be used for this DB cluster.public String getEngine()
The name of the database engine to be used for this DB cluster.
public CreateGlobalClusterRequest withEngine(String engine)
The name of the database engine to be used for this DB cluster.
engine
- The name of the database engine to be used for this DB cluster.public void setEngineVersion(String engineVersion)
The engine version of the Aurora global database.
engineVersion
- The engine version of the Aurora global database.public String getEngineVersion()
The engine version of the Aurora global database.
public CreateGlobalClusterRequest withEngineVersion(String engineVersion)
The engine version of the Aurora global database.
engineVersion
- The engine version of the Aurora global database.public void setDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
deletionProtection
- The deletion protection setting for the new global database. The global database can't be deleted when
deletion protection is enabled.public Boolean getDeletionProtection()
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
public CreateGlobalClusterRequest withDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
deletionProtection
- The deletion protection setting for the new global database. The global database can't be deleted when
deletion protection is enabled.public Boolean isDeletionProtection()
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
public void setDatabaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
databaseName
- The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon
Aurora will not create a database in the global database cluster you are creating.public String getDatabaseName()
The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
public CreateGlobalClusterRequest withDatabaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
databaseName
- The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon
Aurora will not create a database in the global database cluster you are creating.public void setStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
storageEncrypted
- The storage encryption setting for the new global database cluster.public Boolean getStorageEncrypted()
The storage encryption setting for the new global database cluster.
public CreateGlobalClusterRequest withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
storageEncrypted
- The storage encryption setting for the new global database cluster.public Boolean isStorageEncrypted()
The storage encryption setting for the new global database cluster.
public String toString()
toString
in class Object
Object.toString()
public CreateGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()