Class AwsElasticsearchDomainLogPublishingOptions
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsElasticsearchDomainLogPublishingOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsElasticsearchDomainLogPublishingOptions.Builder,AwsElasticsearchDomainLogPublishingOptions>
@Generated("software.amazon.awssdk:codegen") public final class AwsElasticsearchDomainLogPublishingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElasticsearchDomainLogPublishingOptions.Builder,AwsElasticsearchDomainLogPublishingOptions>
configures the CloudWatch Logs to publish for the Elasticsearch domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsElasticsearchDomainLogPublishingOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsElasticsearchDomainLogPublishingOptionsLogConfigauditLogs()Returns the value of the AuditLogs property for this object.static AwsElasticsearchDomainLogPublishingOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AwsElasticsearchDomainLogPublishingOptionsLogConfigindexSlowLogs()Configures the OpenSearch index logs publishing.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()AwsElasticsearchDomainLogPublishingOptionsLogConfigsearchSlowLogs()Configures the OpenSearch search slow log publishing.static Class<? extends AwsElasticsearchDomainLogPublishingOptions.Builder>serializableBuilderClass()AwsElasticsearchDomainLogPublishingOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
indexSlowLogs
public final AwsElasticsearchDomainLogPublishingOptionsLogConfig indexSlowLogs()
Configures the OpenSearch index logs publishing.
- Returns:
- Configures the OpenSearch index logs publishing.
-
searchSlowLogs
public final AwsElasticsearchDomainLogPublishingOptionsLogConfig searchSlowLogs()
Configures the OpenSearch search slow log publishing.
- Returns:
- Configures the OpenSearch search slow log publishing.
-
auditLogs
public final AwsElasticsearchDomainLogPublishingOptionsLogConfig auditLogs()
Returns the value of the AuditLogs property for this object.- Returns:
- The value of the AuditLogs property for this object.
-
toBuilder
public AwsElasticsearchDomainLogPublishingOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsElasticsearchDomainLogPublishingOptions.Builder,AwsElasticsearchDomainLogPublishingOptions>
-
builder
public static AwsElasticsearchDomainLogPublishingOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsElasticsearchDomainLogPublishingOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-