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
Modifier and TypeMethodDescriptionbinCountLimit
(Long binCountLimit) The options that determine the bin count limit.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 Details
-
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
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.
-