Interface CallbackStartedDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CallbackStartedDetails.Builder,,CallbackStartedDetails> SdkBuilder<CallbackStartedDetails.Builder,,CallbackStartedDetails> SdkPojo
- Enclosing class:
CallbackStartedDetails
@Mutable
@NotThreadSafe
public static interface CallbackStartedDetails.Builder
extends SdkPojo, CopyableBuilder<CallbackStartedDetails.Builder,CallbackStartedDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncallbackId(String callbackId) The callback ID.heartbeatTimeout(Integer heartbeatTimeout) The heartbeat timeout value, in seconds.The timeout value, in seconds.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
-
callbackId
The callback ID. Callback IDs are generated by the
DurableContextwhen a durable function callsctx.waitForCallback.- Parameters:
callbackId- The callback ID. Callback IDs are generated by theDurableContextwhen a durable function callsctx.waitForCallback.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heartbeatTimeout
The heartbeat timeout value, in seconds.
- Parameters:
heartbeatTimeout- The heartbeat timeout value, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeout
The timeout value, in seconds.
- Parameters:
timeout- The timeout value, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-