Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TextLogSetting.Builder
-
Packages that use TextLogSetting.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TextLogSetting.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TextLogSetting.Builder Modifier and Type Method Description static TextLogSetting.BuilderTextLogSetting. builder()default TextLogSetting.BuilderTextLogSetting.Builder. destination(Consumer<TextLogDestination.Builder> destination)Sets the value of the Destination property for this object.TextLogSetting.BuilderTextLogSetting.Builder. destination(TextLogDestination destination)Sets the value of the Destination property for this object.TextLogSetting.BuilderTextLogSetting.Builder. enabled(Boolean enabled)Determines whether conversation logs should be stored for an alias.TextLogSetting.BuilderTextLogSetting.Builder. selectiveLoggingEnabled(Boolean selectiveLoggingEnabled)The option to enable selective conversation log capture for text.TextLogSetting.BuilderTextLogSetting. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TextLogSetting.Builder Modifier and Type Method Description static Class<? extends TextLogSetting.Builder>TextLogSetting. serializableBuilderClass()
-