Interface Dimension.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Dimension.Builder,,- Dimension> - SdkBuilder<Dimension.Builder,,- Dimension> - SdkPojo
- Enclosing class:
- Dimension
@Mutable
@NotThreadSafe
public static interface Dimension.Builder
extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension> 
- 
Method SummaryModifier and TypeMethodDescriptiondimensionKey(String dimensionKey) The name of key value of the dimension.dimensionValue(Integer dimensionValue) The number of units of the dimension the acceptor has purchased.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dimensionKeyThe 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.
 
- 
dimensionValueThe 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, the- RateCardsection will define the prices and dimensions defined by the seller (proposer), whereas the- Configurationsection 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.
 
 
-