Interface Dimension.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Dimension.Builder,Dimension>, SdkBuilder<Dimension.Builder,Dimension>, SdkPojo
Enclosing class:
Dimension

public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
  • Method Details

    • dimensionKey

      Dimension.Builder dimensionKey(String dimensionKey)

      The name of key value of the dimension.

      Parameters:
      dimensionKey - The name of key value of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dimensionValue

      Dimension.Builder dimensionValue(Integer dimensionValue)

      The number of units of the dimension the acceptor has purchased.

      For Agreements with ConfigurableUpfrontPricingTerm, the RateCard section will define the prices and dimensions defined by the seller (proposer), whereas the Configuration section will define the actual dimensions, prices, and units the buyer has chosen to accept.

      Parameters:
      dimensionValue - The number of units of the dimension the acceptor has purchased.

      For Agreements with ConfigurableUpfrontPricingTerm, the RateCard section will define the prices and dimensions defined by the seller (proposer), whereas the Configuration section will define the actual dimensions, prices, and units the buyer has chosen to accept.

      Returns:
      Returns a reference to this object so that method calls can be chained together.