Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ImportOptions.Builder
-
Packages that use ImportOptions.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ImportOptions.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ImportOptions.Builder Modifier and Type Method Description static ImportOptions.BuilderImportOptions. builder()default ImportOptions.BuilderImportOptions.Builder. neptune(Consumer<NeptuneImportOptions.Builder> neptune)Options for importing data from a Neptune database.ImportOptions.BuilderImportOptions.Builder. neptune(NeptuneImportOptions neptune)Options for importing data from a Neptune database.ImportOptions.BuilderImportOptions. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ImportOptions.Builder Modifier and Type Method Description static Class<? extends ImportOptions.Builder>ImportOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type ImportOptions.Builder Modifier and Type Method Description default CreateGraphUsingImportTaskRequest.BuilderCreateGraphUsingImportTaskRequest.Builder. importOptions(Consumer<ImportOptions.Builder> importOptions)Contains options for controlling the import process.default CreateGraphUsingImportTaskResponse.BuilderCreateGraphUsingImportTaskResponse.Builder. importOptions(Consumer<ImportOptions.Builder> importOptions)Contains options for controlling the import process.default GetImportTaskResponse.BuilderGetImportTaskResponse.Builder. importOptions(Consumer<ImportOptions.Builder> importOptions)Contains options for controlling the import process.
-