| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
static GlobalClusterMember.Builder |
GlobalClusterMember.builder() |
GlobalClusterMember.Builder |
GlobalClusterMember.Builder.dbClusterArn(String dbClusterArn)
The Amazon Resource Name (ARN) for each Neptune cluster.
|
GlobalClusterMember.Builder |
GlobalClusterMember.Builder.isWriter(Boolean isWriter)
Specifies whether the Neptune cluster is the primary cluster (that is, has read-write capability) for the
Neptune global database with which it is associated.
|
GlobalClusterMember.Builder |
GlobalClusterMember.Builder.readers(Collection<String> readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Neptune global
database.
|
GlobalClusterMember.Builder |
GlobalClusterMember.Builder.readers(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Neptune global
database.
|
GlobalClusterMember.Builder |
GlobalClusterMember.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GlobalClusterMember.Builder> |
GlobalClusterMember.serializableBuilderClass() |
Copyright © 2023. All rights reserved.