public static interface GlobalCluster.Builder extends SdkPojo, CopyableBuilder<GlobalCluster.Builder,GlobalCluster>
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster.Builder |
databaseName(String databaseName)
The default database name within the new global cluster.
|
GlobalCluster.Builder |
deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global cluster.
|
GlobalCluster.Builder |
engine(String engine)
The Amazon DocumentDB database engine used by the global cluster.
|
GlobalCluster.Builder |
engineVersion(String engineVersion)
Indicates the database engine version.
|
GlobalCluster.Builder |
globalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global cluster.
|
GlobalCluster.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global cluster identifier.
|
GlobalCluster.Builder |
globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
globalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster.Builder |
globalClusterResourceId(String globalClusterResourceId)
The Amazon Web Services Region-unique, immutable identifier for the global database cluster.
|
GlobalCluster.Builder |
status(String status)
Specifies the current state of this global cluster.
|
GlobalCluster.Builder |
storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalCluster.Builder globalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global cluster identifier. This identifier is the unique key that identifies a global cluster.
globalClusterIdentifier - Contains a user-supplied global cluster identifier. This identifier is the unique key that identifies
a global cluster.GlobalCluster.Builder globalClusterResourceId(String globalClusterResourceId)
The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the cluster is accessed.
globalClusterResourceId - The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This
identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the
cluster is accessed.GlobalCluster.Builder globalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global cluster.
globalClusterArn - The Amazon Resource Name (ARN) for the global cluster.GlobalCluster.Builder status(String status)
Specifies the current state of this global cluster.
status - Specifies the current state of this global cluster.GlobalCluster.Builder engine(String engine)
The Amazon DocumentDB database engine used by the global cluster.
engine - The Amazon DocumentDB database engine used by the global cluster.GlobalCluster.Builder engineVersion(String engineVersion)
Indicates the database engine version.
engineVersion - Indicates the database engine version.GlobalCluster.Builder databaseName(String databaseName)
The default database name within the new global cluster.
databaseName - The default database name within the new global cluster.GlobalCluster.Builder storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global cluster.
storageEncrypted - The storage encryption setting for the global cluster.GlobalCluster.Builder deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global cluster.
deletionProtection - The deletion protection setting for the new global cluster.GlobalCluster.Builder globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.
globalClusterMembers - The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one
item.GlobalCluster.Builder globalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.
globalClusterMembers - The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one
item.GlobalCluster.Builder globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.
This is a convenience method that creates an instance of theGlobalClusterMember.Builder avoiding the need to create
one manually via GlobalClusterMember.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #globalClusterMembers(List.
globalClusterMembers - a consumer that will call methods on
GlobalClusterMember.Builder#globalClusterMembers(java.util.Collection) Copyright © 2023. All rights reserved.