Interface GrantItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GrantItem.Builder,,- GrantItem> - SdkBuilder<GrantItem.Builder,,- GrantItem> - SdkPojo
- Enclosing class:
- GrantItem
@Mutable
@NotThreadSafe
public static interface GrantItem.Builder
extends SdkPojo, CopyableBuilder<GrantItem.Builder,GrantItem> 
- 
Method SummaryModifier and TypeMethodDescriptiondimensionKey(String dimensionKey) Unique dimension key defined in the product document.maxQuantity(Integer maxQuantity) Maximum amount of capacity that the buyer can be entitled to the given dimension of the product.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- 
dimensionKeyUnique dimension key defined in the product document. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace. - Parameters:
- dimensionKey- Unique dimension key defined in the product document. 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.
 
- 
maxQuantityMaximum amount of capacity that the buyer can be entitled to the given dimension of the product. If MaxQuantityis not provided, the buyer will be able to use an unlimited amount of the given dimension.- Parameters:
- maxQuantity- Maximum amount of capacity that the buyer can be entitled to the given dimension of the product. If- MaxQuantityis not provided, the buyer will be able to use an unlimited amount of the given dimension.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-