Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TextLogDestination.Builder
-
Packages that use TextLogDestination.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TextLogDestination.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TextLogDestination.Builder Modifier and Type Method Description static TextLogDestination.BuilderTextLogDestination. builder()default TextLogDestination.BuilderTextLogDestination.Builder. cloudWatch(Consumer<CloudWatchLogGroupLogDestination.Builder> cloudWatch)Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.TextLogDestination.BuilderTextLogDestination.Builder. cloudWatch(CloudWatchLogGroupLogDestination cloudWatch)Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.TextLogDestination.BuilderTextLogDestination. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TextLogDestination.Builder Modifier and Type Method Description static Class<? extends TextLogDestination.Builder>TextLogDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TextLogDestination.Builder Modifier and Type Method Description default TextLogSetting.BuilderTextLogSetting.Builder. destination(Consumer<TextLogDestination.Builder> destination)Sets the value of the Destination property for this object.
-