| 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 MongoDB source 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 IAM authorization enabled for this endpoint, set this parameter to
true and attach the
appropriate role policy document to your service role specified by ServiceAccessRoleArn. |
NeptuneSettings |
NeptuneSettings.withMaxFileSize(Integer maxFileSize)
The maximum size in KB 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 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 S3 bucket for AWS DMS to temporarily store migrated graph data in CSV files before bulk-loading
it to the Neptune target database.
|
NeptuneSettings |
NeptuneSettings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The ARN of the service role you have 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 MongoDB source 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 MongoDB source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withNeptuneSettings(NeptuneSettings neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
Copyright © 2020. All rights reserved.