Class CreateGlobalClusterRequest

    • Method Detail

      • globalClusterIdentifier

        public final String globalClusterIdentifier()

        The cluster identifier of the new global database cluster.

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

        public final String sourceDBClusterIdentifier()

        (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.

        Returns:
        (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
      • engine

        public final String engine()

        The name of the database engine to be used in the global database.

        Valid values: neptune

        Returns:
        The name of the database engine to be used in the global database.

        Valid values: neptune

      • engineVersion

        public final String engineVersion()

        The Neptune engine version to be used by the global database.

        Valid values: 1.2.0.0 or above.

        Returns:
        The Neptune engine version to be used by the global database.

        Valid values: 1.2.0.0 or above.

      • deletionProtection

        public final Boolean deletionProtection()

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

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

        public final Boolean storageEncrypted()

        The storage encryption setting for the new global database cluster.

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