| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsDestinationConfig.Builder |
CloudWatchLogsDestinationConfig.builder() |
CloudWatchLogsDestinationConfig.Builder |
CloudWatchLogsDestinationConfig.Builder.logGroup(String logGroup)
The name of the log group where the project stores evaluation events.
|
CloudWatchLogsDestinationConfig.Builder |
CloudWatchLogsDestinationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudWatchLogsDestinationConfig.Builder> |
CloudWatchLogsDestinationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProjectDataDeliveryConfig.Builder |
ProjectDataDeliveryConfig.Builder.cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
default UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfig.Builder> cloudWatchLogs)
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
|
Copyright © 2023. All rights reserved.