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 for which 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticsearchSettings.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. AWS DMS uses HTTPS if a transport protocol (http/https) is not specified.
endpointUri - The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a transport protocol (http/https) is
not specified.ElasticsearchSettings.Builder fullLoadErrorPercentage(Integer fullLoadErrorPercentage)
The maximum percentage of records that can fail to be written before a full load operation stops.
To avoid early failure, this counter is only effective after 1000 records are transferred. Elasticsearch also has the concept of error monitoring during the last 10 minutes of an Observation Window. If transfer of all records fail in the last 10 minutes, the full load operation stops.
fullLoadErrorPercentage - The maximum percentage of records that can fail to be written before a full load operation stops.
To avoid early failure, this counter is only effective after 1000 records are transferred. Elasticsearch also has the concept of error monitoring during the last 10 minutes of an Observation Window. If transfer of all records fail in the last 10 minutes, the full load operation stops.
ElasticsearchSettings.Builder errorRetryDuration(Integer errorRetryDuration)
The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.
errorRetryDuration - The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.Copyright © 2021. All rights reserved.