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