@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReplicationGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteReplicationGroup
operation.
NOOP
Constructor and Description |
---|
DeleteReplicationGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteReplicationGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFinalSnapshotIdentifier()
The name of a final node group (shard) snapshot.
|
String |
getReplicationGroupId()
The identifier for the cluster to be deleted.
|
Boolean |
getRetainPrimaryCluster()
If set to
true , all of the read replicas are deleted, but the primary node is retained. |
int |
hashCode() |
Boolean |
isRetainPrimaryCluster()
If set to
true , all of the read replicas are deleted, but the primary node is retained. |
void |
setFinalSnapshotIdentifier(String finalSnapshotIdentifier)
The name of a final node group (shard) snapshot.
|
void |
setReplicationGroupId(String replicationGroupId)
The identifier for the cluster to be deleted.
|
void |
setRetainPrimaryCluster(Boolean retainPrimaryCluster)
If set to
true , all of the read replicas are deleted, but the primary node is retained. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteReplicationGroupRequest |
withFinalSnapshotIdentifier(String finalSnapshotIdentifier)
The name of a final node group (shard) snapshot.
|
DeleteReplicationGroupRequest |
withReplicationGroupId(String replicationGroupId)
The identifier for the cluster to be deleted.
|
DeleteReplicationGroupRequest |
withRetainPrimaryCluster(Boolean retainPrimaryCluster)
If set to
true , all of the read replicas are deleted, but the primary node is retained. |
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 setReplicationGroupId(String replicationGroupId)
The identifier for the cluster to be deleted. This parameter is not case sensitive.
replicationGroupId
- The identifier for the cluster to be deleted. This parameter is not case sensitive.public String getReplicationGroupId()
The identifier for the cluster to be deleted. This parameter is not case sensitive.
public DeleteReplicationGroupRequest withReplicationGroupId(String replicationGroupId)
The identifier for the cluster to be deleted. This parameter is not case sensitive.
replicationGroupId
- The identifier for the cluster to be deleted. This parameter is not case sensitive.public void setRetainPrimaryCluster(Boolean retainPrimaryCluster)
If set to true
, all of the read replicas are deleted, but the primary node is retained.
retainPrimaryCluster
- If set to true
, all of the read replicas are deleted, but the primary node is retained.public Boolean getRetainPrimaryCluster()
If set to true
, all of the read replicas are deleted, but the primary node is retained.
true
, all of the read replicas are deleted, but the primary node is retained.public DeleteReplicationGroupRequest withRetainPrimaryCluster(Boolean retainPrimaryCluster)
If set to true
, all of the read replicas are deleted, but the primary node is retained.
retainPrimaryCluster
- If set to true
, all of the read replicas are deleted, but the primary node is retained.public Boolean isRetainPrimaryCluster()
If set to true
, all of the read replicas are deleted, but the primary node is retained.
true
, all of the read replicas are deleted, but the primary node is retained.public void setFinalSnapshotIdentifier(String finalSnapshotIdentifier)
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.
finalSnapshotIdentifier
- The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in
the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After
the final snapshot is taken, the replication group is immediately deleted.public String getFinalSnapshotIdentifier()
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.
public DeleteReplicationGroupRequest withFinalSnapshotIdentifier(String finalSnapshotIdentifier)
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.
finalSnapshotIdentifier
- The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in
the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After
the final snapshot is taken, the replication group is immediately deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteReplicationGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.