| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TextLogSetting.Builder |
TextLogSetting.builder() |
default TextLogSetting.Builder |
TextLogSetting.Builder.destination(Consumer<TextLogDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
TextLogSetting.Builder |
TextLogSetting.Builder.destination(TextLogDestination destination)
Sets the value of the Destination property for this object.
|
TextLogSetting.Builder |
TextLogSetting.Builder.enabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
|
TextLogSetting.Builder |
TextLogSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextLogSetting.Builder> |
TextLogSetting.serializableBuilderClass() |
Copyright © 2021. All rights reserved.