| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogGroupLogDestination.Builder |
CloudWatchLogGroupLogDestination.builder() |
CloudWatchLogGroupLogDestination.Builder |
CloudWatchLogGroupLogDestination.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
|
CloudWatchLogGroupLogDestination.Builder |
CloudWatchLogGroupLogDestination.Builder.logPrefix(String logPrefix)
The prefix of the log stream name within the log group that you specified
|
CloudWatchLogGroupLogDestination.Builder |
CloudWatchLogGroupLogDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CloudWatchLogGroupLogDestination.Builder> |
CloudWatchLogGroupLogDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TextLogDestination.Builder |
TextLogDestination.Builder.cloudWatch(Consumer<CloudWatchLogGroupLogDestination.Builder> cloudWatch)
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
Copyright © 2021. All rights reserved.