Interface UpdateClusterResponse.Builder

    • Method Detail

      • identifier

        UpdateClusterResponse.Builder identifier​(String identifier)

        The ID of the cluster to update.

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

        UpdateClusterResponse.Builder arn​(String arn)

        The ARN of the updated cluster.

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

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

        UpdateClusterResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        Whether deletion protection is enabled for the updated cluster.

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

        UpdateClusterResponse.Builder witnessRegion​(String witnessRegion)

        The Region that receives all data you write to linked clusters.

        Parameters:
        witnessRegion - The Region that receives all data you write to linked clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkedClusterArns

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

        The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.

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

        UpdateClusterResponse.Builder linkedClusterArns​(String... linkedClusterArns)

        The ARNs of the clusters linked to the updated cluster. Applicable only for multi-Region clusters.

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