Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.CloudWatchLogGroupLogDestination.Builder
-
Packages that use CloudWatchLogGroupLogDestination.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CloudWatchLogGroupLogDestination.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CloudWatchLogGroupLogDestination.Builder Modifier and Type Method Description static CloudWatchLogGroupLogDestination.BuilderCloudWatchLogGroupLogDestination. builder()CloudWatchLogGroupLogDestination.BuilderCloudWatchLogGroupLogDestination.Builder. cloudWatchLogGroupArn(String cloudWatchLogGroupArn)The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.CloudWatchLogGroupLogDestination.BuilderCloudWatchLogGroupLogDestination.Builder. logPrefix(String logPrefix)The prefix of the log stream name within the log group that you specifiedCloudWatchLogGroupLogDestination.BuilderCloudWatchLogGroupLogDestination. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CloudWatchLogGroupLogDestination.Builder Modifier and Type Method Description static Class<? extends CloudWatchLogGroupLogDestination.Builder>CloudWatchLogGroupLogDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type CloudWatchLogGroupLogDestination.Builder Modifier and Type Method Description default TextLogDestination.BuilderTextLogDestination.Builder. cloudWatch(Consumer<CloudWatchLogGroupLogDestination.Builder> cloudWatch)Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
-