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 database cluster.
|
GlobalCluster.Builder |
deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database cluster.
|
GlobalCluster.Builder |
engine(String engine)
The Aurora database engine used by the global database cluster.
|
GlobalCluster.Builder |
engineVersion(String engineVersion)
Indicates the database engine version.
|
GlobalCluster.Builder |
globalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global database cluster.
|
GlobalCluster.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global database cluster identifier.
|
GlobalCluster.Builder |
globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
GlobalCluster.Builder |
globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
GlobalCluster.Builder |
globalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
GlobalCluster.Builder |
globalClusterResourceId(String globalClusterResourceId)
The AWS Region-unique, immutable identifier for the global database cluster.
|
GlobalCluster.Builder |
status(String status)
Specifies the current state of this global database cluster.
|
GlobalCluster.Builder |
storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global database cluster.
|
copy
applyMutation, build
GlobalCluster.Builder globalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.
globalClusterIdentifier
- Contains a user-supplied global database cluster identifier. This identifier is the unique key that
identifies a global database cluster.GlobalCluster.Builder globalClusterResourceId(String globalClusterResourceId)
The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
globalClusterResourceId
- The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found
in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.GlobalCluster.Builder globalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global database cluster.
globalClusterArn
- The Amazon Resource Name (ARN) for the global database cluster.GlobalCluster.Builder status(String status)
Specifies the current state of this global database cluster.
status
- Specifies the current state of this global database cluster.GlobalCluster.Builder engine(String engine)
The Aurora database engine used by the global database cluster.
engine
- The Aurora database engine used by the global database 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 database cluster.
databaseName
- The default database name within the new global database cluster.GlobalCluster.Builder storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global database cluster.
storageEncrypted
- The storage encryption setting for the global database cluster.GlobalCluster.Builder deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database cluster.
deletionProtection
- The deletion protection setting for the new global database cluster.GlobalCluster.Builder globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
globalClusterMembers
- The list of cluster IDs for secondary clusters within the global database cluster. Currently limited
to 1 item.GlobalCluster.Builder globalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
globalClusterMembers
- The list of cluster IDs for secondary clusters within the global database cluster. Currently limited
to 1 item.GlobalCluster.Builder globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #globalClusterMembers(List)
.globalClusterMembers
- a consumer that will call methods on List.Builder
#globalClusterMembers(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.