Class AwsOpenSearchServiceDomainLogPublishingOptionsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainLogPublishingOptionsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder,AwsOpenSearchServiceDomainLogPublishingOptionsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsOpenSearchServiceDomainLogPublishingOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder,AwsOpenSearchServiceDomainLogPublishingOptionsDetails>
Configures the CloudWatch Logs to publish for the OpenSearch domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsOpenSearchServiceDomainLogPublishingOptionauditLogs()Configures the OpenSearch audit logs publishing.static AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AwsOpenSearchServiceDomainLogPublishingOptionindexSlowLogs()Configures the OpenSearch index logs publishing.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()AwsOpenSearchServiceDomainLogPublishingOptionsearchSlowLogs()Configures the OpenSearch search slow log publishing.static Class<? extends AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder>serializableBuilderClass()AwsOpenSearchServiceDomainLogPublishingOptionsDetails.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 AwsOpenSearchServiceDomainLogPublishingOption indexSlowLogs()
Configures the OpenSearch index logs publishing.
- Returns:
- Configures the OpenSearch index logs publishing.
-
searchSlowLogs
public final AwsOpenSearchServiceDomainLogPublishingOption searchSlowLogs()
Configures the OpenSearch search slow log publishing.
- Returns:
- Configures the OpenSearch search slow log publishing.
-
auditLogs
public final AwsOpenSearchServiceDomainLogPublishingOption auditLogs()
Configures the OpenSearch audit logs publishing.
- Returns:
- Configures the OpenSearch audit logs publishing.
-
toBuilder
public AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder toBuilder()
-
builder
public static AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsOpenSearchServiceDomainLogPublishingOptionsDetails.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
-
-