Interface GetClusterResponse.Builder

    • Method Detail

      • identifier

        GetClusterResponse.Builder identifier​(String identifier)

        The ID of the retrieved cluster.

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

        GetClusterResponse.Builder arn​(String arn)

        The ARN of the retrieved cluster.

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

        GetClusterResponse.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

        GetClusterResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        Whether deletion protection is enabled in this cluster.

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

        GetClusterResponse.Builder witnessRegion​(String witnessRegion)

        The witness Region of the cluster. Applicable only for multi-Region clusters.

        Parameters:
        witnessRegion - The witness Region of the cluster. Applicable only for multi-Region clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkedClusterArns

        GetClusterResponse.Builder linkedClusterArns​(Collection<String> linkedClusterArns)

        The ARNs of the clusters linked to the retrieved cluster.

        Parameters:
        linkedClusterArns - The ARNs of the clusters linked to the retrieved cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkedClusterArns

        GetClusterResponse.Builder linkedClusterArns​(String... linkedClusterArns)

        The ARNs of the clusters linked to the retrieved cluster.

        Parameters:
        linkedClusterArns - The ARNs of the clusters linked to the retrieved cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.