Interface Time.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Time.Builder,Time>,SdkBuilder<Time.Builder,Time>,SdkPojo
- Enclosing class:
- Time
public static interface Time.Builder extends SdkPojo, CopyableBuilder<Time.Builder,Time>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Time.BuildertimeOfDay(String timeOfDay)The time of day in 24-hour format (00:00).Time.Buildertimezone(String timezone)The timezone.-
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, sdkFields
-
-
-
-
Method Detail
-
timeOfDay
Time.Builder timeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
- Parameters:
timeOfDay- The time of day in 24-hour format (00:00).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
Time.Builder timezone(String timezone)
The timezone.
- Parameters:
timezone- The timezone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-