Class DeleteReplicationGroupRequest

    • Method Detail

      • replicationGroupId

        public final String replicationGroupId()

        The identifier for the cluster to be deleted. This parameter is not case sensitive.

        Returns:
        The identifier for the cluster to be deleted. This parameter is not case sensitive.
      • retainPrimaryCluster

        public final Boolean retainPrimaryCluster()

        If set to true, all of the read replicas are deleted, but the primary node is retained.

        Returns:
        If set to true, all of the read replicas are deleted, but the primary node is retained.
      • finalSnapshotIdentifier

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object