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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimension.BuilderdimensionKey(String dimensionKey)The name of key value of the dimension.Dimension.BuilderdimensionValue(Integer dimensionValue)The number of units of the dimension the acceptor has purchased.-
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
-
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, theRateCardsection will define the prices and dimensions defined by the seller (proposer), whereas theConfigurationsection 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, theRateCardsection will define the prices and dimensions defined by the seller (proposer), whereas theConfigurationsection 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.
-
-