Uses of Interface
software.amazon.awssdk.services.lightsail.model.TimePeriod.Builder
-
Packages that use TimePeriod.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of TimePeriod.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return TimePeriod.Builder Modifier and Type Method Description static TimePeriod.BuilderTimePeriod. builder()TimePeriod.BuilderTimePeriod.Builder. end(Instant end)The end of the time period.TimePeriod.BuilderTimePeriod.Builder. start(Instant start)The beginning of the time period.TimePeriod.BuilderTimePeriod. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type TimePeriod.Builder Modifier and Type Method Description static Class<? extends TimePeriod.Builder>TimePeriod. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type TimePeriod.Builder Modifier and Type Method Description default EstimateByTime.BuilderEstimateByTime.Builder. timePeriod(Consumer<TimePeriod.Builder> timePeriod)The period of time, in days, that an estimate covers.
-