Interface NumericRangeFilterValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>,SdkBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>,SdkPojo
- Enclosing class:
- NumericRangeFilterValue
public static interface NumericRangeFilterValue.Builder extends SdkPojo, CopyableBuilder<NumericRangeFilterValue.Builder,NumericRangeFilterValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumericRangeFilterValue.Builderparameter(String parameter)The parameter that is used in the numeric range.NumericRangeFilterValue.BuilderstaticValue(Double staticValue)The static value of the numeric range filter.-
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
-
staticValue
NumericRangeFilterValue.Builder staticValue(Double staticValue)
The static value of the numeric range filter.
- Parameters:
staticValue- The static value of the numeric range filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameter
NumericRangeFilterValue.Builder parameter(String parameter)
The parameter that is used in the numeric range.
- Parameters:
parameter- The parameter that is used in the numeric range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-