Class CreateGlobalClusterRequest

    • Method Detail

      • globalClusterIdentifier

        public final String globalClusterIdentifier()

        The cluster identifier of the new global cluster.

        Returns:
        The cluster identifier of the new global cluster.
      • sourceDBClusterIdentifier

        public final String sourceDBClusterIdentifier()

        The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.

        Returns:
        The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
      • engine

        public final String engine()

        The name of the database engine to be used for this cluster.

        Returns:
        The name of the database engine to be used for this cluster.
      • engineVersion

        public final String engineVersion()

        The engine version of the global cluster.

        Returns:
        The engine version of the global cluster.
      • deletionProtection

        public final Boolean deletionProtection()

        The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.

        Returns:
        The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.
      • databaseName

        public final String databaseName()

        The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.

        Returns:
        The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.
      • storageEncrypted

        public final Boolean storageEncrypted()

        The storage encryption setting for the new global cluster.

        Returns:
        The storage encryption setting for the new global cluster.
      • 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