Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteReplicationGroupRequest.Builder,DeleteReplicationGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteReplicationGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteReplicationGroupRequest.Builder,DeleteReplicationGroupRequest>
Represents the input of a DeleteReplicationGroup
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteReplicationGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteReplicationGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
finalSnapshotIdentifier() |
The name of a final node group (shard) snapshot.
|
int |
hashCode() |
|
String |
replicationGroupId() |
The identifier for the cluster to be deleted.
|
Boolean |
retainPrimaryCluster() |
If set to
true , all of the read replicas are deleted, but the primary node is retained. |
static Class<? extends DeleteReplicationGroupRequest.Builder> |
serializableBuilderClass() |
|
DeleteReplicationGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String replicationGroupId()
The identifier for the cluster to be deleted. This parameter is not case sensitive.
public Boolean retainPrimaryCluster()
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 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.
public DeleteReplicationGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteReplicationGroupRequest.Builder,DeleteReplicationGroupRequest>
public static DeleteReplicationGroupRequest.Builder builder()
public static Class<? extends DeleteReplicationGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.