| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
NeptuneSettings |
NeptuneSettings.clone() |
NeptuneSettings |
CreateEndpointRequest.getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint.
|
NeptuneSettings |
Endpoint.getNeptuneSettings()
The settings for the Amazon Neptune target endpoint.
|
NeptuneSettings |
ModifyEndpointRequest.getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint.
|
NeptuneSettings |
NeptuneSettings.withErrorRetryDuration(Integer errorRetryDuration)
The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated graph data to the Neptune target
database before raising an error.
|
NeptuneSettings |
NeptuneSettings.withIamAuthEnabled(Boolean iamAuthEnabled)
If you want AWS Identity and Access Management (IAM) authorization enabled for this endpoint, set this parameter
to
true. |
NeptuneSettings |
NeptuneSettings.withMaxFileSize(Integer maxFileSize)
The maximum size in kilobytes of migrated graph data stored in a .csv file before AWS DMS bulk-loads the data to
the Neptune target database.
|
NeptuneSettings |
NeptuneSettings.withMaxRetryCount(Integer maxRetryCount)
The number of times for AWS DMS to retry a bulk load of migrated graph data to the Neptune target database before
raising an error.
|
NeptuneSettings |
NeptuneSettings.withS3BucketFolder(String s3BucketFolder)
A folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by
S3BucketName |
NeptuneSettings |
NeptuneSettings.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data in .csv files before
bulk-loading it to the Neptune target database.
|
NeptuneSettings |
NeptuneSettings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
void |
Endpoint.setNeptuneSettings(NeptuneSettings neptuneSettings)
The settings for the Amazon Neptune target endpoint.
|
void |
ModifyEndpointRequest.setNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
Endpoint |
Endpoint.withNeptuneSettings(NeptuneSettings neptuneSettings)
The settings for the Amazon Neptune target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
Copyright © 2020. All rights reserved.