Class CfnExecutionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.states.CfnExecutionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExecutionMixinProps>
- Enclosing interface:
CfnExecutionMixinProps
@Stability(Stable)
public static final class CfnExecutionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExecutionMixinProps>
A builder for
CfnExecutionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnExecutionMixinProps.getInput()Sets the value ofCfnExecutionMixinProps.getName()stateMachineArn(String stateMachineArn) Sets the value ofCfnExecutionMixinProps.getStateMachineArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
input
Sets the value ofCfnExecutionMixinProps.getInput()- Parameters:
input- The string that contains the JSON input data for the execution.- Returns:
this
-
name
Sets the value ofCfnExecutionMixinProps.getName()- Parameters:
name- The name of the execution.- Returns:
this
-
stateMachineArn
Sets the value ofCfnExecutionMixinProps.getStateMachineArn()- Parameters:
stateMachineArn- The Amazon Resource Name (ARN) of the state machine that was executed.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExecutionMixinProps>- Returns:
- a new instance of
CfnExecutionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-