| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GlobalCluster.Builder> |
GlobalCluster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyGlobalClusterResponse.Builder |
ModifyGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
default CreateGlobalClusterResponse.Builder |
CreateGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
default RemoveFromGlobalClusterResponse.Builder |
RemoveFromGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
default FailoverGlobalClusterResponse.Builder |
FailoverGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
default DeleteGlobalClusterResponse.Builder |
DeleteGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster)
Sets the value of the GlobalCluster property for this object.
|
Copyright © 2023. All rights reserved.