Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ProductCodeListItem.Builder
-
Packages that use ProductCodeListItem.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ProductCodeListItem.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ProductCodeListItem.Builder Modifier and Type Method Description static ProductCodeListItem.BuilderProductCodeListItem. builder()ProductCodeListItem.BuilderProductCodeListItem.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.ProductCodeListItem.BuilderProductCodeListItem.Builder. productCodeType(String productCodeType)The owner of the product code that's billed.ProductCodeListItem.BuilderProductCodeListItem.Builder. productCodeType(ProductCodeType productCodeType)The owner of the product code that's billed.ProductCodeListItem.BuilderProductCodeListItem. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ProductCodeListItem.Builder Modifier and Type Method Description static Class<? extends ProductCodeListItem.Builder>ProductCodeListItem. serializableBuilderClass()
-