Interface DeleteClusterRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      DeleteClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.