public static interface TimePeriod.Builder extends CopyableBuilder<TimePeriod.Builder,TimePeriod>
Modifier and Type | Method and Description |
---|---|
TimePeriod.Builder |
end(Instant end)
Sets the value of the End property for this object.
|
TimePeriod.Builder |
start(Instant start)
Sets the value of the Start property for this object.
|
copy
applyMutation, build
TimePeriod.Builder start(Instant start)
start
- The new value for the Start property for this object.TimePeriod.Builder end(Instant end)
end
- The new value for the End property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.