Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.LogPublishingOption.Builder
-
Packages that use LogPublishingOption.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of LogPublishingOption.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return LogPublishingOption.Builder Modifier and Type Method Description static LogPublishingOption.BuilderLogPublishingOption. builder()LogPublishingOption.BuilderLogPublishingOption.Builder. cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)Sets the value of the CloudWatchLogsLogGroupArn property for this object.LogPublishingOption.BuilderLogPublishingOption.Builder. enabled(Boolean enabled)Specifies whether given log publishing option is enabled or not.LogPublishingOption.BuilderLogPublishingOption. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type LogPublishingOption.Builder Modifier and Type Method Description static Class<? extends LogPublishingOption.Builder>LogPublishingOption. serializableBuilderClass()
-