StructuredPojo
, ToCopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>
@Generated("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 | Description |
---|---|---|
static interface |
ElasticsearchDestinationDescription.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
String |
indexName() |
The Elasticsearch index name.
|
String |
indexRotationPeriod() |
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.
|
String |
s3BackupMode() |
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.
|
public 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 String indexRotationPeriod()
The Elasticsearch index rotation period
ElasticsearchIndexRotationPeriod
public ElasticsearchBufferingHints bufferingHints()
The buffering options.
public ElasticsearchRetryOptions retryOptions()
The Amazon ES retry options.
public String s3BackupMode()
The Amazon S3 backup mode.
ElasticsearchS3BackupMode
public S3DestinationDescription s3DestinationDescription()
The Amazon S3 destination.
public ProcessingConfiguration processingConfiguration()
The data processing configuration.
public CloudWatchLoggingOptions cloudWatchLoggingOptions()
The 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.