@Stability(value=Stable) public static final class CfnStateMachine.LoggingConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStateMachine.LoggingConfigurationProperty>
CfnStateMachine.LoggingConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty.Builder destinations(IResolvable destinations)
CfnStateMachine.LoggingConfigurationProperty.getDestinations()destinations - An array of objects that describes where your execution history events will be logged.
Limited to size 1. Required, if your log level is not set to OFF .this@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty.Builder destinations(List<? extends Object> destinations)
CfnStateMachine.LoggingConfigurationProperty.getDestinations()destinations - An array of objects that describes where your execution history events will be logged.
Limited to size 1. Required, if your log level is not set to OFF .this@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty.Builder includeExecutionData(Boolean includeExecutionData)
CfnStateMachine.LoggingConfigurationProperty.getIncludeExecutionData()includeExecutionData - Determines whether execution data is included in your log.
When set to false , data is excluded.this@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty.Builder includeExecutionData(IResolvable includeExecutionData)
CfnStateMachine.LoggingConfigurationProperty.getIncludeExecutionData()includeExecutionData - Determines whether execution data is included in your log.
When set to false , data is excluded.this@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty.Builder level(String level)
CfnStateMachine.LoggingConfigurationProperty.getLevel()level - Defines which category of execution history events are logged.this@Stability(value=Stable) public CfnStateMachine.LoggingConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStateMachine.LoggingConfigurationProperty>CfnStateMachine.LoggingConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.