public static interface DoubleRange.Builder extends CopyableBuilder<DoubleRange.Builder,DoubleRange>
| Modifier and Type | Method and Description |
|---|---|
DoubleRange.Builder |
from(Double from)
The minimum value in the range.
|
DoubleRange.Builder |
to(Double to)
The maximum value in the range.
|
copyapply, buildDoubleRange.Builder from(Double from)
The minimum value in the range.
from - The minimum value in the range.DoubleRange.Builder to(Double to)
The maximum value in the range.
to - The maximum value in the range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.