Interface Time.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Time.Builder,,Time> SdkBuilder<Time.Builder,,Time> SdkPojo
- Enclosing class:
 Time
- 
Method Summary
Modifier and TypeMethodDescriptionThe time of day in 24-hour format (00:00).The timezone.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
- 
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
The timezone.
- Parameters:
 timezone- The timezone.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -