Interface WaitDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaitDetails.Builder,WaitDetails>,SdkBuilder<WaitDetails.Builder,WaitDetails>,SdkPojo
- Enclosing class:
- WaitDetails
@Mutable @NotThreadSafe public static interface WaitDetails.Builder extends SdkPojo, CopyableBuilder<WaitDetails.Builder,WaitDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaitDetails.BuilderscheduledEndTimestamp(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
scheduledEndTimestamp
WaitDetails.Builder 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).
- 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.
-
-