Class CfnStateMachinePropsMixin.TracingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnStateMachinePropsMixin.TracingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStateMachinePropsMixin.TracingConfigurationProperty>
- Enclosing interface:
CfnStateMachinePropsMixin.TracingConfigurationProperty
@Stability(Stable)
public static final class CfnStateMachinePropsMixin.TracingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStateMachinePropsMixin.TracingConfigurationProperty>
A builder for
CfnStateMachinePropsMixin.TracingConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStateMachinePropsMixin.TracingConfigurationProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnStateMachinePropsMixin.TracingConfigurationProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnStateMachinePropsMixin.TracingConfigurationProperty.Builder enabled(Boolean enabled) Sets the value ofCfnStateMachinePropsMixin.TracingConfigurationProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnStateMachinePropsMixin.TracingConfigurationProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnStateMachinePropsMixin.TracingConfigurationProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStateMachinePropsMixin.TracingConfigurationProperty>- Returns:
- a new instance of
CfnStateMachinePropsMixin.TracingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-