Interface TimeZone.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimeZone.Builder,,TimeZone> SdkBuilder<TimeZone.Builder,,TimeZone> SdkPojo
- Enclosing class:
TimeZone
@Mutable
@NotThreadSafe
public static interface TimeZone.Builder
extends SdkPojo, CopyableBuilder<TimeZone.Builder,TimeZone>
-
Method Summary
Modifier and TypeMethodDescriptionThe time zone name.Time zone offset of the timezone from UTC.offsetSeconds(Long offsetSeconds) The offset of the time zone from UTC, in seconds.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
-
name
The time zone name.
- Parameters:
name- The time zone name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offset
Time zone offset of the timezone from UTC.
- Parameters:
offset- Time zone offset of the timezone from UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offsetSeconds
The offset of the time zone from UTC, in seconds.
- Parameters:
offsetSeconds- The offset of the time zone from UTC, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-