Class ModifyGlobalClusterRequest

    • Method Detail

      • globalClusterIdentifier

        public final 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.

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

        Constraints:

        • Must match the identifier of an existing global cluster.

      • newGlobalClusterIdentifier

        public final 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

        Returns:
        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

      • deletionProtection

        public final Boolean deletionProtection()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object