UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.arn(String arn) |
The ARN associated with the graph.
|
static UpdateGraphResponse.Builder |
UpdateGraphResponse.builder() |
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.buildNumber(String buildNumber) |
The build number of the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.createTime(Instant createTime) |
The time at which the graph was created.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.deletionProtection(Boolean deletionProtection) |
If true, deletion protection is enabled for the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.endpoint(String endpoint) |
The graph endpoint.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.id(String id) |
The unique identifier of the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The ID of the KMS key used to encrypt and decrypt graph data.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.name(String name) |
The name of the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.provisionedMemory(Integer provisionedMemory) |
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.publicConnectivity(Boolean publicConnectivity) |
If true, the graph has a public endpoint, otherwise not.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.replicaCount(Integer replicaCount) |
The number of replicas for the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.sourceSnapshotId(String sourceSnapshotId) |
The ID of the snapshot from which the graph was created, if any.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.status(String status) |
The status of the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.status(GraphStatus status) |
The status of the graph.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.statusReason(String statusReason) |
The reason that the graph has this status.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.toBuilder() |
|
default UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|
UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|