static CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.builder() |
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.deletionProtection(Boolean deletionProtection) |
Indicates whether or not to enable deletion protection on the graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.failOnError(Boolean failOnError) |
If set to true, the task halts when an import error is encountered.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.format(String format) |
Specifies the format of S3 data to be imported.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.format(Format format) |
Specifies the format of S3 data to be imported.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.graphName(String graphName) |
A name for the new Neptune Analytics graph to be created.
|
default CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.importOptions(Consumer<ImportOptions.Builder> importOptions) |
Contains options for controlling the import process.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.importOptions(ImportOptions importOptions) |
Contains options for controlling the import process.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
Specifies a KMS key to use to encrypt data imported into the new graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.maxProvisionedMemory(Integer maxProvisionedMemory) |
The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.minProvisionedMemory(Integer minProvisionedMemory) |
The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.publicConnectivity(Boolean publicConnectivity) |
Specifies whether or not the graph can be reachable over the internet.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.replicaCount(Integer replicaCount) |
The number of replicas in other AZs to provision on the new graph after import.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.roleArn(String roleArn) |
The ARN of the IAM role that will allow access to the data that is to be imported.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.source(String source) |
A URL identifying to the location of the data to be imported.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.tags(Map<String,String> tags) |
Adds metadata tags to the new graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.toBuilder() |
|
default CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|
CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|