@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsOpenSearchServiceDomainLogPublishingOption |
auditLogs()
Configures the OpenSearch audit logs publishing.
|
static AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsOpenSearchServiceDomainLogPublishingOption |
indexSlowLogs()
Configures the OpenSearch index logs publishing.
|
List<SdkField<?>> |
sdkFields() |
AwsOpenSearchServiceDomainLogPublishingOption |
searchSlowLogs()
Configures the OpenSearch search slow log publishing.
|
static Class<? extends AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder> |
serializableBuilderClass() |
AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsOpenSearchServiceDomainLogPublishingOption indexSlowLogs()
Configures the OpenSearch index logs publishing.
public final AwsOpenSearchServiceDomainLogPublishingOption searchSlowLogs()
Configures the OpenSearch search slow log publishing.
public final AwsOpenSearchServiceDomainLogPublishingOption auditLogs()
Configures the OpenSearch audit logs publishing.
public AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder toBuilder()
public static AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder builder()
public static Class<? extends AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.