Interface ExecutionDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionDetails.Builder,,ExecutionDetails> SdkBuilder<ExecutionDetails.Builder,,ExecutionDetails> SdkPojo
- Enclosing class:
ExecutionDetails
@Mutable
@NotThreadSafe
public static interface ExecutionDetails.Builder
extends SdkPojo, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
-
Method Summary
Modifier and TypeMethodDescriptioninputPayload(String inputPayload) The original input payload provided for the durable execution.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
-
inputPayload
The original input payload provided for the durable execution.
- Parameters:
inputPayload- The original input payload provided for the durable execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-