Uses of Interface
software.amazon.awssdk.services.evidently.model.CloudWatchLogsDestination.Builder
-
Packages that use CloudWatchLogsDestination.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of CloudWatchLogsDestination.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return CloudWatchLogsDestination.Builder Modifier and Type Method Description static CloudWatchLogsDestination.BuilderCloudWatchLogsDestination. builder()CloudWatchLogsDestination.BuilderCloudWatchLogsDestination.Builder. logGroup(String logGroup)The name of the log group where the project stores evaluation events.CloudWatchLogsDestination.BuilderCloudWatchLogsDestination. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type CloudWatchLogsDestination.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogsDestination.Builder>CloudWatchLogsDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type CloudWatchLogsDestination.Builder Modifier and Type Method Description default ProjectDataDelivery.BuilderProjectDataDelivery.Builder. cloudWatchLogs(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
-