| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TextLogDestination.Builder |
TextLogDestination.builder() |
TextLogDestination.Builder |
TextLogDestination.Builder.cloudWatch(CloudWatchLogGroupLogDestination cloudWatch)
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
default TextLogDestination.Builder |
TextLogDestination.Builder.cloudWatch(Consumer<CloudWatchLogGroupLogDestination.Builder> cloudWatch)
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
|
TextLogDestination.Builder |
TextLogDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextLogDestination.Builder> |
TextLogDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TextLogSetting.Builder |
TextLogSetting.Builder.destination(Consumer<TextLogDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
Copyright © 2023. All rights reserved.