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) The product code IDproductCodeType(String productCodeType) The product code typeproductCodeType(ProductCodeType productCodeType) The product code typeMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
productCodeId
The product code ID
- Parameters:
productCodeId- The product code ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productCodeType
The product code type
- Parameters:
productCodeType- The product code type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
productCodeType
The product code type
- Parameters:
productCodeType- The product code type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-