GraphSummary.Builder |
GraphSummary.Builder.arn(String arn) |
The ARN associated with the graph.
|
static GraphSummary.Builder |
GraphSummary.builder() |
|
GraphSummary.Builder |
GraphSummary.Builder.deletionProtection(Boolean deletionProtection) |
If true, deletion protection is enabled for the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.endpoint(String endpoint) |
The graph endpoint.
|
GraphSummary.Builder |
GraphSummary.Builder.id(String id) |
The unique identifier of the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The ID of the KMS key used to encrypt and decrypt graph data.
|
GraphSummary.Builder |
GraphSummary.Builder.name(String name) |
The name of the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.provisionedMemory(Integer provisionedMemory) |
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.publicConnectivity(Boolean publicConnectivity) |
If true, the graph has a public endpoint, otherwise not.
|
GraphSummary.Builder |
GraphSummary.Builder.replicaCount(Integer replicaCount) |
The number of replicas for the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.status(String status) |
The status of the graph.
|
GraphSummary.Builder |
GraphSummary.Builder.status(GraphStatus status) |
The status of the graph.
|
GraphSummary.Builder |
GraphSummary.toBuilder() |
|