public static interface AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder,AwsOpenSearchServiceDomainLogPublishingOptionsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder indexSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption indexSlowLogs)
Configures the OpenSearch index logs publishing.
indexSlowLogs - Configures the OpenSearch index logs publishing.default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder indexSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> indexSlowLogs)
Configures the OpenSearch index logs publishing.
This is a convenience method that creates an instance of theAwsOpenSearchServiceDomainLogPublishingOption.Builder avoiding the need to create one manually via
AwsOpenSearchServiceDomainLogPublishingOption.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
indexSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption).
indexSlowLogs - a consumer that will call methods on AwsOpenSearchServiceDomainLogPublishingOption.BuilderindexSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption)AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder searchSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption searchSlowLogs)
Configures the OpenSearch search slow log publishing.
searchSlowLogs - Configures the OpenSearch search slow log publishing.default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder searchSlowLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> searchSlowLogs)
Configures the OpenSearch search slow log publishing.
This is a convenience method that creates an instance of theAwsOpenSearchServiceDomainLogPublishingOption.Builder avoiding the need to create one manually via
AwsOpenSearchServiceDomainLogPublishingOption.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
searchSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption).
searchSlowLogs - a consumer that will call methods on AwsOpenSearchServiceDomainLogPublishingOption.BuildersearchSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption)AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder auditLogs(AwsOpenSearchServiceDomainLogPublishingOption auditLogs)
Configures the OpenSearch audit logs publishing.
auditLogs - Configures the OpenSearch audit logs publishing.default AwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder auditLogs(Consumer<AwsOpenSearchServiceDomainLogPublishingOption.Builder> auditLogs)
Configures the OpenSearch audit logs publishing.
This is a convenience method that creates an instance of theAwsOpenSearchServiceDomainLogPublishingOption.Builder avoiding the need to create one manually via
AwsOpenSearchServiceDomainLogPublishingOption.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
auditLogs(AwsOpenSearchServiceDomainLogPublishingOption).
auditLogs - a consumer that will call methods on AwsOpenSearchServiceDomainLogPublishingOption.BuilderauditLogs(AwsOpenSearchServiceDomainLogPublishingOption)Copyright © 2023. All rights reserved.