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
Modifier and TypeMethodDescriptioninvocationType
(String invocationType) Specify whether to wait for the state machine to finish or not.invocationType
(PipeTargetInvocationType invocationType) Specify whether to wait for the state machine to finish or not.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 Details
-
invocationType
Specify whether to wait for the state machine to finish or not.
- Parameters:
invocationType
- Specify whether to wait for the state machine to finish or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationType
Specify whether to wait for the state machine to finish or not.
- Parameters:
invocationType
- Specify whether to wait for the state machine to finish or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-