@Generated(value="software.amazon.awssdk:codegen") public final class ElasticsearchSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
Provides information that defines an Elasticsearch endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElasticsearchSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchSettings.Builder |
builder() |
String |
endpointUri()
The endpoint for the Elasticsearch cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
errorRetryDuration()
The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.
|
Integer |
fullLoadErrorPercentage()
The maximum percentage of records that can fail to be written before a full load operation stops.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElasticsearchSettings.Builder> |
serializableBuilderClass() |
String |
serviceAccessRoleArn()
The Amazon Resource Name (ARN) used by service to access the IAM role.
|
ElasticsearchSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceAccessRoleArn()
The Amazon Resource Name (ARN) used by service to access the IAM role.
public final String endpointUri()
The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a transport protocol (http/https) is not specified.
public final 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.
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.
public final Integer errorRetryDuration()
The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.
public ElasticsearchSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>public static ElasticsearchSettings.Builder builder()
public static Class<? extends ElasticsearchSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.