Interface ProductCodeListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProductCodeListItem.Builder,ProductCodeListItem>,SdkBuilder<ProductCodeListItem.Builder,ProductCodeListItem>,SdkPojo
- Enclosing class:
- ProductCodeListItem
public static interface ProductCodeListItem.Builder extends SdkPojo, CopyableBuilder<ProductCodeListItem.Builder,ProductCodeListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductCodeListItem.BuilderproductCodeId(String productCodeId)For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly.ProductCodeListItem.BuilderproductCodeType(String productCodeType)The owner of the product code that's billed.ProductCodeListItem.BuilderproductCodeType(ProductCodeType productCodeType)The owner of the product code that's billed.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
productCodeId
ProductCodeListItem.Builder productCodeId(String productCodeId)
For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.
- Parameters:
productCodeId- For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productCodeType
ProductCodeListItem.Builder productCodeType(String productCodeType)
The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
- Parameters:
productCodeType- The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductCodeType,ProductCodeType
-
productCodeType
ProductCodeListItem.Builder productCodeType(ProductCodeType productCodeType)
The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
- Parameters:
productCodeType- The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProductCodeType,ProductCodeType
-
-