Interface DeleteClusterResponse.Builder

    • Method Detail

      • identifier

        DeleteClusterResponse.Builder identifier​(String identifier)

        The ID of the deleted cluster.

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

        DeleteClusterResponse.Builder arn​(String arn)

        The ARN of the deleted cluster.

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

        DeleteClusterResponse.Builder creationTime​(Instant creationTime)

        The time of when the cluster was created.

        Parameters:
        creationTime - The time of when the cluster was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionProtectionEnabled

        DeleteClusterResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        Specifies whether deletion protection was enabled on the cluster.

        Parameters:
        deletionProtectionEnabled - Specifies whether deletion protection was enabled on the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.