Interface TotalImpactFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>,SdkBuilder<TotalImpactFilter.Builder,TotalImpactFilter>,SdkPojo
- Enclosing class:
- TotalImpactFilter
public static interface TotalImpactFilter.Builder extends SdkPojo, CopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalImpactFilter.BuilderendValue(Double endValue)The upper bound dollar value that's used in the filter.TotalImpactFilter.BuildernumericOperator(String numericOperator)The comparing value that's used in the filter.TotalImpactFilter.BuildernumericOperator(NumericOperator numericOperator)The comparing value that's used in the filter.TotalImpactFilter.BuilderstartValue(Double startValue)The lower bound dollar value that's used in the 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
-
numericOperator
TotalImpactFilter.Builder numericOperator(String numericOperator)
The comparing value that's used in the filter.
- Parameters:
numericOperator- The comparing value that's used in the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumericOperator,NumericOperator
-
numericOperator
TotalImpactFilter.Builder numericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
- Parameters:
numericOperator- The comparing value that's used in the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumericOperator,NumericOperator
-
startValue
TotalImpactFilter.Builder startValue(Double startValue)
The lower bound dollar value that's used in the filter.
- Parameters:
startValue- The lower bound dollar value that's used in the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endValue
TotalImpactFilter.Builder endValue(Double endValue)
The upper bound dollar value that's used in the filter.
- Parameters:
endValue- The upper bound dollar value that's used in the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-