Class DeleteClusterRequest

    • Method Detail

      • clusterName

        public final String clusterName()

        The name of the cluster to be deleted

        Returns:
        The name of the cluster to be deleted
      • multiRegionClusterName

        public final String multiRegionClusterName()

        The name of the multi-Region cluster to be deleted.

        Returns:
        The name of the multi-Region cluster to be deleted.
      • finalSnapshotName

        public final String finalSnapshotName()

        The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.

        Returns:
        The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
      • 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