Interface PercentVisibleRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PercentVisibleRange.Builder,PercentVisibleRange>,SdkBuilder<PercentVisibleRange.Builder,PercentVisibleRange>,SdkPojo
- Enclosing class:
- PercentVisibleRange
public static interface PercentVisibleRange.Builder extends SdkPojo, CopyableBuilder<PercentVisibleRange.Builder,PercentVisibleRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PercentVisibleRange.Builderfrom(Double from)The lower bound of the range.PercentVisibleRange.Builderto(Double to)The top bound of the range.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
from
PercentVisibleRange.Builder from(Double from)
The lower bound of the range.
- Parameters:
from- The lower bound of the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
to
PercentVisibleRange.Builder to(Double to)
The top bound of the range.
- Parameters:
to- The top bound of the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-