Interface ISO8601TimeRange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ISO8601TimeRange.Builder,,ISO8601TimeRange> SdkBuilder<ISO8601TimeRange.Builder,,ISO8601TimeRange> SdkPojo
- Enclosing class:
ISO8601TimeRange
@Mutable
@NotThreadSafe
public static interface ISO8601TimeRange.Builder
extends SdkPojo, CopyableBuilder<ISO8601TimeRange.Builder,ISO8601TimeRange>
-
Method Summary
Modifier and TypeMethodDescriptionEnd time in ISO 8601 format in Coordinated Universal Time (UTC).Start time in ISO 8601 format in Coordinated Universal Time (UTC).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
-
startTime
Start time in ISO 8601 format in Coordinated Universal Time (UTC).
Example:
2026-11-15T10:28:48.000Z- Parameters:
startTime- Start time in ISO 8601 format in Coordinated Universal Time (UTC).Example:
2026-11-15T10:28:48.000Z- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
End time in ISO 8601 format in Coordinated Universal Time (UTC).
Example:
2024-01-15T12:00:00.000Z- Parameters:
endTime- End time in ISO 8601 format in Coordinated Universal Time (UTC).Example:
2024-01-15T12:00:00.000Z- Returns:
- Returns a reference to this object so that method calls can be chained together.
-