@Generated(value="software.amazon.awssdk:codegen") public final class ElasticsearchSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
Provides information that defines an OpenSearch 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 OpenSearch 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 OpenSearch 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 the service to access the IAM role.
|
ElasticsearchSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useNewMappingType()
Set this option to
true for DMS to migrate documentation using the documentation type
_doc. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the
iam:PassRole action.
iam:PassRole action.public final String endpointUri()
The endpoint for the OpenSearch cluster. 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. OpenSearch 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. OpenSearch 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 OpenSearch cluster.
public final Boolean useNewMappingType()
Set this option to true for DMS to migrate documentation using the documentation type
_doc. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions
7. x and later. The default value is false.
true for DMS to migrate documentation using the documentation type
_doc. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in
versions 7. x and later. The default value is false.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 © 2023. All rights reserved.