Interface ProductCodeListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProductCodeListItem.Builder,
,ProductCodeListItem> SdkBuilder<ProductCodeListItem.Builder,
,ProductCodeListItem> SdkPojo
- Enclosing class:
ProductCodeListItem
@Mutable
@NotThreadSafe
public static interface ProductCodeListItem.Builder
extends SdkPojo, CopyableBuilder<ProductCodeListItem.Builder,ProductCodeListItem>
-
Method Summary
Modifier and TypeMethodDescriptionproductCodeId
(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.productCodeType
(String productCodeType) The owner of the product code that's billed.productCodeType
(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 Details
-
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
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
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:
-