Uses of Interface
software.amazon.awssdk.services.location.model.TimeZone.Builder
-
Packages that use TimeZone.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of TimeZone.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return TimeZone.Builder Modifier and Type Method Description static TimeZone.BuilderTimeZone. builder()TimeZone.BuilderTimeZone.Builder. name(String name)The name of the time zone, following the IANA time zone standard.TimeZone.BuilderTimeZone.Builder. offset(Integer offset)The time zone's offset, in seconds, from UTC.TimeZone.BuilderTimeZone. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type TimeZone.Builder Modifier and Type Method Description static Class<? extends TimeZone.Builder>TimeZone. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type TimeZone.Builder Modifier and Type Method Description default Place.BuilderPlace.Builder. timeZone(Consumer<TimeZone.Builder> timeZone)The time zone in which thePlaceis located.
-