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 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

      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.