| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
LoggingConfiguration.builder() |
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.destinations(Collection<LogDestination> destinations)
An object that describes where your execution history events will be logged.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.destinations(Consumer<LogDestination.Builder>... destinations)
An object that describes where your execution history events will be logged.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.destinations(LogDestination... destinations)
An object that describes where your execution history events will be logged.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.includeExecutionData(Boolean includeExecutionData)
Determines whether execution history data is included in your log.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.level(LogLevel level)
Defines which category of execution history events are logged.
|
LoggingConfiguration.Builder |
LoggingConfiguration.Builder.level(String level)
Defines which category of execution history events are logged.
|
LoggingConfiguration.Builder |
LoggingConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfiguration.Builder> |
LoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
default UpdateStateMachineRequest.Builder |
UpdateStateMachineRequest.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
This is a convenience that creates an instance of the
LoggingConfiguration.Builder avoiding the need
to create one manually via LoggingConfiguration.builder(). |
default DescribeStateMachineResponse.Builder |
DescribeStateMachineResponse.Builder.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
This is a convenience that creates an instance of the
LoggingConfiguration.Builder avoiding the need
to create one manually via LoggingConfiguration.builder(). |
Copyright © 2019. All rights reserved.