@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElasticsearchDomainLogPublishingOptions extends Object implements Serializable, Cloneable, StructuredPojo
configures the CloudWatch Logs to publish for the Elasticsearch domain.
| Constructor and Description |
|---|
AwsElasticsearchDomainLogPublishingOptions() |
public AwsElasticsearchDomainLogPublishingOptions()
public void setIndexSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig indexSlowLogs)
Configures the Elasticsearch index logs publishing.
indexSlowLogs - Configures the Elasticsearch index logs publishing.public AwsElasticsearchDomainLogPublishingOptionsLogConfig getIndexSlowLogs()
Configures the Elasticsearch index logs publishing.
public AwsElasticsearchDomainLogPublishingOptions withIndexSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig indexSlowLogs)
Configures the Elasticsearch index logs publishing.
indexSlowLogs - Configures the Elasticsearch index logs publishing.public void setSearchSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig searchSlowLogs)
Configures the Elasticsearch search slow log publishing.
searchSlowLogs - Configures the Elasticsearch search slow log publishing.public AwsElasticsearchDomainLogPublishingOptionsLogConfig getSearchSlowLogs()
Configures the Elasticsearch search slow log publishing.
public AwsElasticsearchDomainLogPublishingOptions withSearchSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig searchSlowLogs)
Configures the Elasticsearch search slow log publishing.
searchSlowLogs - Configures the Elasticsearch search slow log publishing.public String toString()
toString in class ObjectObject.toString()public AwsElasticsearchDomainLogPublishingOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.