public static interface DeleteReplicationGroupRequest.Builder extends ElastiCacheRequest.Builder, CopyableBuilder<DeleteReplicationGroupRequest.Builder,DeleteReplicationGroupRequest>
| Modifier and Type | Method and Description | 
|---|---|
DeleteReplicationGroupRequest.Builder | 
finalSnapshotIdentifier(String finalSnapshotIdentifier)
 The name of a final node group (shard) snapshot. 
 | 
DeleteReplicationGroupRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
DeleteReplicationGroupRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
DeleteReplicationGroupRequest.Builder | 
replicationGroupId(String replicationGroupId)
 The identifier for the cluster to be deleted. 
 | 
DeleteReplicationGroupRequest.Builder | 
retainPrimaryCluster(Boolean retainPrimaryCluster)
 If set to  
true, all of the read replicas are deleted, but the primary node is retained. | 
buildoverrideConfigurationcopyapplyMutation, buildDeleteReplicationGroupRequest.Builder replicationGroupId(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.DeleteReplicationGroupRequest.Builder retainPrimaryCluster(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.DeleteReplicationGroupRequest.Builder finalSnapshotIdentifier(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.DeleteReplicationGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteReplicationGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.