Interface CreateGlobalClusterRequest.Builder

    • Method Detail

      • globalClusterIdentifier

        CreateGlobalClusterRequest.Builder globalClusterIdentifier​(String globalClusterIdentifier)

        The cluster identifier of the new global database cluster.

        Parameters:
        globalClusterIdentifier - The cluster identifier of the new global database cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceDBClusterIdentifier

        CreateGlobalClusterRequest.Builder sourceDBClusterIdentifier​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • engine

        CreateGlobalClusterRequest.Builder engine​(String engine)

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

        Valid values: neptune

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

        Valid values: neptune

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

        CreateGlobalClusterRequest.Builder engineVersion​(String engineVersion)

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

        Valid values: 1.2.0.0 or above.

        Parameters:
        engineVersion - The Neptune engine version to be used by the global database.

        Valid values: 1.2.0.0 or above.

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

        CreateGlobalClusterRequest.Builder deletionProtection​(Boolean deletionProtection)

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

        Parameters:
        deletionProtection - The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageEncrypted

        CreateGlobalClusterRequest.Builder storageEncrypted​(Boolean storageEncrypted)

        The storage encryption setting for the new global database cluster.

        Parameters:
        storageEncrypted - The storage encryption setting for the new global database cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.