Uses of Interface
software.amazon.awssdk.services.evidently.model.CloudWatchLogsDestinationConfig.Builder
-
Packages that use CloudWatchLogsDestinationConfig.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of CloudWatchLogsDestinationConfig.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return CloudWatchLogsDestinationConfig.Builder Modifier and Type Method Description static CloudWatchLogsDestinationConfig.BuilderCloudWatchLogsDestinationConfig. builder()CloudWatchLogsDestinationConfig.BuilderCloudWatchLogsDestinationConfig.Builder. logGroup(String logGroup)The name of the log group where the project stores evaluation events.CloudWatchLogsDestinationConfig.BuilderCloudWatchLogsDestinationConfig. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type CloudWatchLogsDestinationConfig.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogsDestinationConfig.Builder>CloudWatchLogsDestinationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type CloudWatchLogsDestinationConfig.Builder Modifier and Type Method Description default ProjectDataDeliveryConfig.BuilderProjectDataDeliveryConfig.Builder. cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.default UpdateProjectDataDeliveryRequest.BuilderUpdateProjectDataDeliveryRequest.Builder. cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)A structure containing the CloudWatch Logs log group where you want to store evaluation events.
-