Interface BinWidthOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BinWidthOptions.Builder,BinWidthOptions>,SdkBuilder<BinWidthOptions.Builder,BinWidthOptions>,SdkPojo
- Enclosing class:
- BinWidthOptions
public static interface BinWidthOptions.Builder extends SdkPojo, CopyableBuilder<BinWidthOptions.Builder,BinWidthOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinWidthOptions.BuilderbinCountLimit(Long binCountLimit)The options that determine the bin count limit.BinWidthOptions.Buildervalue(Double value)The options that determine the bin width value.-
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
-
value
BinWidthOptions.Builder value(Double value)
The options that determine the bin width value.
- Parameters:
value- The options that determine the bin width value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binCountLimit
BinWidthOptions.Builder binCountLimit(Long binCountLimit)
The options that determine the bin count limit.
- Parameters:
binCountLimit- The options that determine the bin count limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-