static CreateGraphRequest.Builder |
CreateGraphRequest.builder() |
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.deletionProtection(Boolean deletionProtection) |
Indicates whether or not to enable deletion protection on the graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.graphName(String graphName) |
A name for the new Neptune Analytics graph to be created.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
Specifies a KMS key to use to encrypt data in the new graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.provisionedMemory(Integer provisionedMemory) |
The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.publicConnectivity(Boolean publicConnectivity) |
Specifies whether or not the graph can be reachable over the internet.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.replicaCount(Integer replicaCount) |
The number of replicas in other AZs.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.tags(Map<String,String> tags) |
Adds metadata tags to the new graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.toBuilder() |
|
default CreateGraphRequest.Builder |
CreateGraphRequest.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|
CreateGraphRequest.Builder |
CreateGraphRequest.Builder.vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|