Interface PipeTargetStateMachineParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipeTargetStateMachineParameters.Builder,PipeTargetStateMachineParameters>,SdkBuilder<PipeTargetStateMachineParameters.Builder,PipeTargetStateMachineParameters>,SdkPojo
- Enclosing class:
- PipeTargetStateMachineParameters
public static interface PipeTargetStateMachineParameters.Builder extends SdkPojo, CopyableBuilder<PipeTargetStateMachineParameters.Builder,PipeTargetStateMachineParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipeTargetStateMachineParameters.BuilderinvocationType(String invocationType)Specify whether to invoke the Step Functions state machine synchronously or asynchronously.PipeTargetStateMachineParameters.BuilderinvocationType(PipeTargetInvocationType invocationType)Specify whether to invoke the Step Functions state machine synchronously or asynchronously.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
invocationType
PipeTargetStateMachineParameters.Builder invocationType(String 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 Step Functions API Reference.REQUEST_RESPONSEis not supported forSTANDARDstate machine workflows. -
FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference.
For more information, see Invocation types in the Amazon EventBridge User Guide.
- 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 Step Functions API Reference.REQUEST_RESPONSEis not supported forSTANDARDstate machine workflows. -
FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference.
For more information, see Invocation types in the Amazon EventBridge User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipeTargetInvocationType,PipeTargetInvocationType
-
-
invocationType
PipeTargetStateMachineParameters.Builder invocationType(PipeTargetInvocationType 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 Step Functions API Reference.REQUEST_RESPONSEis not supported forSTANDARDstate machine workflows. -
FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference.
For more information, see Invocation types in the Amazon EventBridge User Guide.
- 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 Step Functions API Reference.REQUEST_RESPONSEis not supported forSTANDARDstate machine workflows. -
FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference.
For more information, see Invocation types in the Amazon EventBridge User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipeTargetInvocationType,PipeTargetInvocationType
-
-
-