@Generated(value="software.amazon.awssdk:codegen") public final class ElasticsearchSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
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) |
Integer |
errorRetryDuration()
The maximum number of seconds that 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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String serviceAccessRoleArn()
The Amazon Resource Name (ARN) used by service to access the IAM role.
public String endpointUri()
The endpoint for the ElasticSearch cluster.
public Integer fullLoadErrorPercentage()
The maximum percentage of records that can fail to be written before a full load operation stops.
public Integer errorRetryDuration()
The maximum number of seconds that DMS retries failed API requests to the Elasticsearch cluster.
public ElasticsearchSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ElasticsearchSettings.Builder,ElasticsearchSettings>
public static ElasticsearchSettings.Builder builder()
public static Class<? extends ElasticsearchSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.