Uses of Interface
software.amazon.awssdk.services.sfn.model.LoggingConfiguration.Builder
Packages that use LoggingConfiguration.Builder
-
Uses of LoggingConfiguration.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return LoggingConfiguration.BuilderModifier and TypeMethodDescriptionstatic LoggingConfiguration.BuilderLoggingConfiguration.builder()LoggingConfiguration.Builder.destinations(Collection<LogDestination> destinations) An array of objects that describes where your execution history events will be logged.LoggingConfiguration.Builder.destinations(Consumer<LogDestination.Builder>... destinations) An array of objects that describes where your execution history events will be logged.LoggingConfiguration.Builder.destinations(LogDestination... destinations) An array of objects that describes where your execution history events will be logged.LoggingConfiguration.Builder.includeExecutionData(Boolean includeExecutionData) Determines whether execution data is included in your log.Defines which category of execution history events are logged.Defines which category of execution history events are logged.LoggingConfiguration.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type LoggingConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingConfiguration.Builder>LoggingConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type LoggingConfiguration.BuilderModifier and TypeMethodDescriptionCreateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Defines what execution history events are logged and where they are logged.DescribeStateMachineForExecutionResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.DescribeStateMachineResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.UpdateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Use theLoggingConfigurationdata type to set CloudWatch Logs options.