Interface StepFunctionsParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StepFunctionsParameters.Builder,,StepFunctionsParameters> SdkBuilder<StepFunctionsParameters.Builder,,StepFunctionsParameters> SdkPojo
- Enclosing class:
StepFunctionsParameters
@Mutable
@NotThreadSafe
public static interface StepFunctionsParameters.Builder
extends SdkPojo, CopyableBuilder<StepFunctionsParameters.Builder,StepFunctionsParameters>
-
Method Summary
Modifier and TypeMethodDescriptioninvocationTimeoutSeconds(String invocationTimeoutSeconds) Timeout in seconds for each invocation of the target (1-30).invocationType(String invocationType) Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.invocationType(InvocationType invocationType) Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.Name for the execution.traceHeader(String traceHeader) X-Ray trace header for distributed tracing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
invocationType
Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.
- Parameters:
invocationType- Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationType
Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.
- Parameters:
invocationType- Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name for the execution. Must be unique per account/region/state machine. Accepts JSONata expression.
- Parameters:
name- Name for the execution. Must be unique per account/region/state machine. Accepts JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceHeader
X-Ray trace header for distributed tracing. Accepts JSONata expression.
- Parameters:
traceHeader- X-Ray trace header for distributed tracing. Accepts JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationTimeoutSeconds
Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.
- Parameters:
invocationTimeoutSeconds- Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-