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