Uses of Interface
software.amazon.awssdk.services.opensearch.model.LogPublishingOptionsStatus.Builder
-
Packages that use LogPublishingOptionsStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of LogPublishingOptionsStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return LogPublishingOptionsStatus.Builder Modifier and Type Method Description static LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus. builder()LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus.Builder. options(Map<LogType,LogPublishingOption> options)The log publishing options configured for the domain.LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus.Builder. optionsWithStrings(Map<String,LogPublishingOption> options)The log publishing options configured for the domain.default LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus.Builder. status(Consumer<OptionStatus.Builder> status)The status of the log publishing options for the domain.LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus.Builder. status(OptionStatus status)The status of the log publishing options for the domain.LogPublishingOptionsStatus.BuilderLogPublishingOptionsStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type LogPublishingOptionsStatus.Builder Modifier and Type Method Description static Class<? extends LogPublishingOptionsStatus.Builder>LogPublishingOptionsStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type LogPublishingOptionsStatus.Builder Modifier and Type Method Description default DomainConfig.BuilderDomainConfig.Builder. logPublishingOptions(Consumer<LogPublishingOptionsStatus.Builder> logPublishingOptions)Key-value pairs to configure log publishing.
-