@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) |
Boolean |
getDeletionProtection()
The deletion protection setting for the new global database.
|
String |
getEngine()
The name of the database engine to be used in the global database.
|
String |
getEngineVersion()
The Neptune engine version to be used by the global database.
|
String |
getGlobalClusterIdentifier()
The cluster identifier of the new global database cluster.
|
String |
getSourceDBClusterIdentifier()
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster
of the new 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 |
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 in the global database.
|
void |
setEngineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
|
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
void |
setSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster
of the new 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 |
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 in the global database.
|
CreateGlobalClusterRequest |
withEngineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
|
CreateGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest |
withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster
of the new 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)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
sourceDBClusterIdentifier
- (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary
cluster of the new global database.public String getSourceDBClusterIdentifier()
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
public CreateGlobalClusterRequest withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
sourceDBClusterIdentifier
- (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary
cluster of the new global database.public void setEngine(String engine)
The name of the database engine to be used in the global database.
Valid values: neptune
engine
- The name of the database engine to be used in the global database.
Valid values: neptune
public String getEngine()
The name of the database engine to be used in the global database.
Valid values: neptune
Valid values: neptune
public CreateGlobalClusterRequest withEngine(String engine)
The name of the database engine to be used in the global database.
Valid values: neptune
engine
- The name of the database engine to be used in the global database.
Valid values: neptune
public void setEngineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0
or above.
engineVersion
- The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0
or above.
public String getEngineVersion()
The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0
or above.
Valid values: 1.2.0.0
or above.
public CreateGlobalClusterRequest withEngineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0
or above.
engineVersion
- The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0
or above.
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 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()