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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startTimeStart 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.
 
- 
endTimeEnd 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.
 
 
-