Uses of Interface
software.amazon.awssdk.services.opensearch.model.LogPublishingOption.Builder
-
Packages that use LogPublishingOption.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of LogPublishingOption.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return LogPublishingOption.Builder Modifier and Type Method Description static LogPublishingOption.BuilderLogPublishingOption. builder()LogPublishingOption.BuilderLogPublishingOption.Builder. cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.LogPublishingOption.BuilderLogPublishingOption.Builder. enabled(Boolean enabled)Whether the log should be published.LogPublishingOption.BuilderLogPublishingOption. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type LogPublishingOption.Builder Modifier and Type Method Description static Class<? extends LogPublishingOption.Builder>LogPublishingOption. serializableBuilderClass()
-