Interface RateCardItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RateCardItem.Builder,RateCardItem>,SdkBuilder<RateCardItem.Builder,RateCardItem>,SdkPojo
- Enclosing class:
- RateCardItem
public static interface RateCardItem.Builder extends SdkPojo, CopyableBuilder<RateCardItem.Builder,RateCardItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateCardItem.BuilderdimensionKey(String dimensionKey)Dimension for which the given entitlement applies.RateCardItem.Builderprice(String price)Per unit price for the product dimension that’s used for calculating the amount to be charged.-
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
RateCardItem.Builder dimensionKey(String dimensionKey)
Dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
- Parameters:
dimensionKey- Dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
price
RateCardItem.Builder price(String price)
Per unit price for the product dimension that’s used for calculating the amount to be charged.
- Parameters:
price- Per unit price for the product dimension that’s used for calculating the amount to be charged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-