public static interface ElasticsearchSettings.Builder extends SdkPojo, CopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
Modifier and Type | Method and Description |
---|---|
ElasticsearchSettings.Builder |
endpointUri(String endpointUri)
The endpoint for the ElasticSearch cluster.
|
ElasticsearchSettings.Builder |
errorRetryDuration(Integer errorRetryDuration)
The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.
|
ElasticsearchSettings.Builder |
fullLoadErrorPercentage(Integer fullLoadErrorPercentage)
The maximum percentage of records that can fail to be written before a full load operation stops.
|
ElasticsearchSettings.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by service to access the IAM role.
|
copy
applyMutation, build
ElasticsearchSettings.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by service to access the IAM role.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) used by service to access the IAM role.ElasticsearchSettings.Builder endpointUri(String endpointUri)
The endpoint for the ElasticSearch cluster.
endpointUri
- The endpoint for the ElasticSearch cluster.ElasticsearchSettings.Builder fullLoadErrorPercentage(Integer fullLoadErrorPercentage)
The maximum percentage of records that can fail to be written before a full load operation stops.
fullLoadErrorPercentage
- The maximum percentage of records that can fail to be written before a full load operation stops.ElasticsearchSettings.Builder errorRetryDuration(Integer errorRetryDuration)
The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.
errorRetryDuration
- The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.