Uses of Interface
software.amazon.awssdk.services.osis.model.CloudWatchLogDestination.Builder
-
Packages that use CloudWatchLogDestination.Builder Package Description software.amazon.awssdk.services.osis.model -
-
Uses of CloudWatchLogDestination.Builder in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return CloudWatchLogDestination.Builder Modifier and Type Method Description static CloudWatchLogDestination.BuilderCloudWatchLogDestination. builder()CloudWatchLogDestination.BuilderCloudWatchLogDestination.Builder. logGroup(String logGroup)The name of the CloudWatch Logs group to send pipeline logs to.CloudWatchLogDestination.BuilderCloudWatchLogDestination. toBuilder()Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type CloudWatchLogDestination.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogDestination.Builder>CloudWatchLogDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type CloudWatchLogDestination.Builder Modifier and Type Method Description default LogPublishingOptions.BuilderLogPublishingOptions.Builder. cloudWatchLogDestination(Consumer<CloudWatchLogDestination.Builder> cloudWatchLogDestination)The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs.
-