static GlobalCluster.Builder |
GlobalCluster.builder() |
|
GlobalCluster.Builder |
GlobalCluster.Builder.databaseName(String databaseName) |
The default database name within the new global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.deletionProtection(Boolean deletionProtection) |
The deletion protection setting for the new global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.endpoint(String endpoint) |
The writer endpoint for the new global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engine(String engine) |
The Aurora database engine used by the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engineLifecycleSupport(String engineLifecycleSupport) |
The life cycle type for the global cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engineVersion(String engineVersion) |
Indicates the database engine version.
|
default GlobalCluster.Builder |
GlobalCluster.Builder.failoverState(Consumer<FailoverState.Builder> failoverState) |
A data object containing all properties for the current state of an in-process or pending switchover or
failover process for this global cluster (Aurora global database).
|
GlobalCluster.Builder |
GlobalCluster.Builder.failoverState(FailoverState failoverState) |
A data object containing all properties for the current state of an in-process or pending switchover or
failover process for this global cluster (Aurora global database).
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterArn(String globalClusterArn) |
The Amazon Resource Name (ARN) for the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) |
Contains a user-supplied global database cluster identifier.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers) |
The list of primary and secondary clusters within the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers) |
The list of primary and secondary clusters within the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(GlobalClusterMember... globalClusterMembers) |
The list of primary and secondary clusters within the global database 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 database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) |
The storage encryption setting for the global database cluster.
|
GlobalCluster.Builder |
GlobalCluster.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
GlobalCluster.Builder |
GlobalCluster.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
GlobalCluster.Builder |
GlobalCluster.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
GlobalCluster.Builder |
GlobalCluster.toBuilder() |
|