Interface CreateClusterResponse.Builder

    • Method Detail

      • identifier

        CreateClusterResponse.Builder identifier​(String identifier)

        The ID of the created cluster.

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

        CreateClusterResponse.Builder arn​(String arn)

        The ARN of the created cluster.

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

        CreateClusterResponse.Builder creationTime​(Instant creationTime)

        The time of when created the cluster.

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

        CreateClusterResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        Whether deletion protection is enabled on this cluster.

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