public static interface TimePeriod.Builder extends SdkPojo, CopyableBuilder<TimePeriod.Builder,TimePeriod>
| Modifier and Type | Method and Description |
|---|---|
TimePeriod.Builder |
end(Instant end)
The end of the time period.
|
TimePeriod.Builder |
start(Instant start)
The beginning of the time period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimePeriod.Builder start(Instant start)
The beginning of the time period. The start date is inclusive. For example, if start is
2017-01-01, Lightsail for Research retrieves cost and usage data starting at
2017-01-01 up to the end date. The start date must be equal to or no later than the current date
to avoid a validation error.
start - The beginning of the time period. The start date is inclusive. For example, if start is
2017-01-01, Lightsail for Research retrieves cost and usage data starting at
2017-01-01 up to the end date. The start date must be equal to or no later than the
current date to avoid a validation error.TimePeriod.Builder end(Instant end)
The end of the time period. The end date is exclusive. For example, if end is
2017-05-01, Lightsail for Research retrieves cost and usage data from the start date up to, but
not including, 2017-05-01.
end - The end of the time period. The end date is exclusive. For example, if end is
2017-05-01, Lightsail for Research retrieves cost and usage data from the start date up
to, but not including, 2017-05-01.Copyright © 2023. All rights reserved.