Class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetStateMachineParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetStateMachineParametersProperty>
- Enclosing interface:
CfnPipePropsMixin.PipeTargetStateMachineParametersProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetStateMachineParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.invocationType(String invocationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
invocationType
@Stability(Stable) public CfnPipePropsMixin.PipeTargetStateMachineParametersProperty.Builder invocationType(String invocationType) - Parameters:
invocationType- Specify whether to invoke the Step Functions state machine synchronously or asynchronously.REQUEST_RESPONSE(default) - Invoke synchronously. For more information, see StartSyncExecution in the AWS Step Functions API Reference .
REQUEST_RESPONSEis not supported forSTANDARDstate machine workflows.FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the AWS Step Functions API Reference .
For more information, see Invocation types in the Amazon EventBridge User Guide .
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetStateMachineParametersProperty>- Returns:
- a new instance of
CfnPipePropsMixin.PipeTargetStateMachineParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-