Uses of Interface
software.amazon.awssdk.services.databasemigration.model.NeptuneSettings.Builder
Packages that use NeptuneSettings.Builder
-
Uses of NeptuneSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return NeptuneSettings.BuilderModifier and TypeMethodDescriptionstatic NeptuneSettings.BuilderNeptuneSettings.builder()NeptuneSettings.Builder.errorRetryDuration(Integer errorRetryDuration) The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph data to the Neptune target database before raising an error.NeptuneSettings.Builder.iamAuthEnabled(Boolean iamAuthEnabled) If you want Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter totrue.NeptuneSettings.Builder.maxFileSize(Integer maxFileSize) The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database.NeptuneSettings.Builder.maxRetryCount(Integer maxRetryCount) The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error.NeptuneSettings.Builder.s3BucketFolder(String s3BucketFolder) A folder path where you want DMS to store migrated graph data in the S3 bucket specified byS3BucketNameNeptuneSettings.Builder.s3BucketName(String s3BucketName) The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database.NeptuneSettings.Builder.serviceAccessRoleArn(String serviceAccessRoleArn) The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.NeptuneSettings.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type NeptuneSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NeptuneSettings.Builder>NeptuneSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type NeptuneSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.default Endpoint.BuilderEndpoint.Builder.neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings) The settings for the Amazon Neptune target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.neptuneSettings(Consumer<NeptuneSettings.Builder> neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.