@Generated(value="software.amazon.awssdk:codegen") public class ElasticsearchDestinationDescription extends Object implements StructuredPojo, 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 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
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
ProcessingConfiguration |
processingConfiguration()
The data processing configuration.
|
ElasticsearchRetryOptions |
retryOptions()
The Amazon ES retry options.
|
String |
roleARN()
The 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.
|
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.
|
copypublic String roleARN()
The ARN of the AWS credentials.
public String domainARN()
The ARN of the Amazon ES domain.
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().
ElasticsearchIndexRotationPeriodpublic 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().
ElasticsearchIndexRotationPeriodpublic 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().
ElasticsearchS3BackupModepublic 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().
ElasticsearchS3BackupModepublic S3DestinationDescription s3DestinationDescription()
The Amazon S3 destination.
public ProcessingConfiguration processingConfiguration()
The data processing configuration.
public CloudWatchLoggingOptions cloudWatchLoggingOptions()
The CloudWatch logging options.
public ElasticsearchDestinationDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>public static ElasticsearchDestinationDescription.Builder builder()
public static Class<? extends ElasticsearchDestinationDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.