public static interface TextLogSetting.Builder extends SdkPojo, CopyableBuilder<TextLogSetting.Builder,TextLogSetting>
| Modifier and Type | Method and Description |
|---|---|
default TextLogSetting.Builder |
destination(Consumer<TextLogDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
TextLogSetting.Builder |
destination(TextLogDestination destination)
Sets the value of the Destination property for this object.
|
TextLogSetting.Builder |
enabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextLogSetting.Builder enabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
enabled - Determines whether conversation logs should be stored for an alias.TextLogSetting.Builder destination(TextLogDestination destination)
destination - The new value for the Destination property for this object.default TextLogSetting.Builder destination(Consumer<TextLogDestination.Builder> destination)
TextLogDestination.Builder avoiding the
need to create one manually via TextLogDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(TextLogDestination).
destination - a consumer that will call methods on TextLogDestination.Builderdestination(TextLogDestination)Copyright © 2023. All rights reserved.