Interface WaitStartedDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WaitStartedDetails.Builder,,WaitStartedDetails> SdkBuilder<WaitStartedDetails.Builder,,WaitStartedDetails> SdkPojo
- Enclosing class:
WaitStartedDetails
@Mutable
@NotThreadSafe
public static interface WaitStartedDetails.Builder
extends SdkPojo, CopyableBuilder<WaitStartedDetails.Builder,WaitStartedDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe duration to wait, in seconds.scheduledEndTimestamp(Instant scheduledEndTimestamp) The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).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
-
duration
The duration to wait, in seconds.
- Parameters:
duration- The duration to wait, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledEndTimestamp
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Parameters:
scheduledEndTimestamp- The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-