Class ElasticsearchSettings
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
Provides information that defines an OpenSearch endpoint.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe endpoint for the OpenSearch cluster.final booleanfinal booleanequalsBySdkFields(Object obj) final IntegerThe maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.final IntegerThe maximum percentage of records that can fail to be written before a full load operation stops.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ElasticsearchSettings.Builder>final StringThe Amazon Resource Name (ARN) used by the service to access the IAM role.final StringtoString()Returns a string representation of this object.final BooleanSet this option totruefor DMS to migrate documentation using the documentation type_doc.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
serviceAccessRoleArn
The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the
iam:PassRoleaction.- Returns:
- The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the
iam:PassRoleaction.
-
endpointUri
The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol (http/https) is not specified.
- Returns:
- The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol (http/https) is not specified.
-
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.
- Returns:
- 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.
-
errorRetryDuration
The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
- Returns:
- The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
-
useNewMappingType
Set this option to
truefor 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 isfalse.- Returns:
- Set this option to
truefor 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 isfalse.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-