static GlobalCluster.Builder |
GlobalCluster.builder() |
|
GlobalCluster.Builder |
GlobalCluster.Builder.deletionProtection(Boolean deletionProtection) |
The deletion protection setting for the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.engine(String engine) |
The Neptune database engine used by the global database ("neptune").
|
GlobalCluster.Builder |
GlobalCluster.Builder.engineVersion(String engineVersion) |
The Neptune engine version used by the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterArn(String globalClusterArn) |
The Amazon Resource Name (ARN) for the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) |
Contains a user-supplied global database cluster identifier.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers) |
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers) |
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterMembers(GlobalClusterMember... globalClusterMembers) |
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.globalClusterResourceId(String globalClusterResourceId) |
An immutable identifier for the global database that is unique within in all regions.
|
GlobalCluster.Builder |
GlobalCluster.Builder.status(String status) |
Specifies the current state of this global database.
|
GlobalCluster.Builder |
GlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) |
The storage encryption setting for the global database.
|
GlobalCluster.Builder |
GlobalCluster.toBuilder() |
|