static GlobalCluster.Builder |
GlobalCluster.builder() |
|
GlobalCluster.Builder |
GlobalCluster.Builder.databaseName(String databaseName) |
The default database name within the new global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.deletionProtection(Boolean deletionProtection) |
The deletion protection setting for the new global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engine(String engine) |
The Amazon DocumentDB database engine used by the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engineVersion(String engineVersion) |
Indicates the database engine version.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterArn(String globalClusterArn) |
The Amazon Resource Name (ARN) for the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) |
Contains a user-supplied global cluster identifier.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers) |
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers) |
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(GlobalClusterMember... globalClusterMembers) |
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterResourceId(String globalClusterResourceId) |
The Amazon Web Services Region-unique, immutable identifier for the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.status(String status) |
Specifies the current state of this global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) |
The storage encryption setting for the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.toBuilder() |
|