Interface ModifyGlobalClusterRequest.Builder

    • Method Detail

      • globalClusterIdentifier

        ModifyGlobalClusterRequest.Builder globalClusterIdentifier​(String globalClusterIdentifier)

        The identifier for the global cluster being modified. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing global cluster.

        Parameters:
        globalClusterIdentifier - The identifier for the global cluster being modified. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing global cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newGlobalClusterIdentifier

        ModifyGlobalClusterRequest.Builder newGlobalClusterIdentifier​(String newGlobalClusterIdentifier)

        The new identifier for a global cluster when you modify a global cluster. This value is stored as a lowercase string.

        • Must contain from 1 to 63 letters, numbers, or hyphens

          The first character must be a letter

          Can't end with a hyphen or contain two consecutive hyphens

        Example: my-cluster2

        Parameters:
        newGlobalClusterIdentifier - The new identifier for a global cluster when you modify a global cluster. This value is stored as a lowercase string.

        • Must contain from 1 to 63 letters, numbers, or hyphens

          The first character must be a letter

          Can't end with a hyphen or contain two consecutive hyphens

        Example: my-cluster2

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionProtection

        ModifyGlobalClusterRequest.Builder deletionProtection​(Boolean deletionProtection)

        Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.

        Parameters:
        deletionProtection - Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.