Interface DeleteClusterRequest.Builder

    • Method Detail

      • clusterName

        DeleteClusterRequest.Builder clusterName​(String clusterName)

        The name of the cluster to be deleted

        Parameters:
        clusterName - The name of the cluster to be deleted
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiRegionClusterName

        DeleteClusterRequest.Builder multiRegionClusterName​(String multiRegionClusterName)

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

        Parameters:
        multiRegionClusterName - The name of the multi-Region cluster to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalSnapshotName

        DeleteClusterRequest.Builder finalSnapshotName​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.