@Generated(value="software.amazon.awssdk:codegen") public final class ElasticsearchDestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>
The destination description in Amazon ES.
Modifier and Type | Class and Description |
---|---|
static interface |
ElasticsearchDestinationDescription.Builder |
Modifier and Type | Method and Description |
---|---|
ElasticsearchBufferingHints |
bufferingHints()
The buffering options.
|
static ElasticsearchDestinationDescription.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
The Amazon CloudWatch logging options.
|
String |
domainARN()
The ARN of the Amazon ES domain.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The Elasticsearch index name.
|
ElasticsearchIndexRotationPeriod |
indexRotationPeriod()
The Elasticsearch index rotation period
|
String |
indexRotationPeriodAsString()
The Elasticsearch index rotation period
|
ProcessingConfiguration |
processingConfiguration()
The data processing configuration.
|
ElasticsearchRetryOptions |
retryOptions()
The Amazon ES retry options.
|
String |
roleARN()
The Amazon Resource Name (ARN) of the AWS credentials.
|
ElasticsearchS3BackupMode |
s3BackupMode()
The Amazon S3 backup mode.
|
String |
s3BackupModeAsString()
The Amazon S3 backup mode.
|
S3DestinationDescription |
s3DestinationDescription()
The Amazon S3 destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElasticsearchDestinationDescription.Builder> |
serializableBuilderClass() |
ElasticsearchDestinationDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
typeName()
The Elasticsearch type name.
|
copy
public String roleARN()
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public String domainARN()
The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
public String indexName()
The Elasticsearch index name.
public String typeName()
The Elasticsearch type name.
public ElasticsearchIndexRotationPeriod indexRotationPeriod()
The Elasticsearch index rotation period
If the service returns an enum value that is not available in the current SDK version,
indexRotationPeriod
will return ElasticsearchIndexRotationPeriod.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from indexRotationPeriodAsString()
.
ElasticsearchIndexRotationPeriod
public String indexRotationPeriodAsString()
The Elasticsearch index rotation period
If the service returns an enum value that is not available in the current SDK version,
indexRotationPeriod
will return ElasticsearchIndexRotationPeriod.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from indexRotationPeriodAsString()
.
ElasticsearchIndexRotationPeriod
public ElasticsearchBufferingHints bufferingHints()
The buffering options.
public ElasticsearchRetryOptions retryOptions()
The Amazon ES retry options.
public ElasticsearchS3BackupMode s3BackupMode()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode
will
return ElasticsearchS3BackupMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from s3BackupModeAsString()
.
ElasticsearchS3BackupMode
public String s3BackupModeAsString()
The Amazon S3 backup mode.
If the service returns an enum value that is not available in the current SDK version, s3BackupMode
will
return ElasticsearchS3BackupMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from s3BackupModeAsString()
.
ElasticsearchS3BackupMode
public S3DestinationDescription s3DestinationDescription()
The Amazon S3 destination.
public ProcessingConfiguration processingConfiguration()
The data processing configuration.
public CloudWatchLoggingOptions cloudWatchLoggingOptions()
The Amazon CloudWatch logging options.
public ElasticsearchDestinationDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>
public static ElasticsearchDestinationDescription.Builder builder()
public static Class<? extends ElasticsearchDestinationDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.