public static interface DurationRange.Builder extends CopyableBuilder<DurationRange.Builder,DurationRange>
Modifier and Type | Method and Description |
---|---|
DurationRange.Builder |
maxSeconds(Integer maxSeconds)
The maximum value of the duration range.
|
DurationRange.Builder |
minSeconds(Integer minSeconds)
The minimum value of the duration range.
|
copy
applyMutation, build
DurationRange.Builder minSeconds(Integer minSeconds)
The minimum value of the duration range. Must be greater than zero.
minSeconds
- The minimum value of the duration range. Must be greater than zero.DurationRange.Builder maxSeconds(Integer maxSeconds)
The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).
maxSeconds
- The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.