Interface ProductCode.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProductCode.Builder,,- ProductCode> - SdkBuilder<ProductCode.Builder,,- ProductCode> - SdkPojo
- Enclosing class:
- ProductCode
@Mutable
@NotThreadSafe
public static interface ProductCode.Builder
extends SdkPojo, CopyableBuilder<ProductCode.Builder,ProductCode> 
- 
Method SummaryModifier and TypeMethodDescriptionproductCodeId(String productCodeId) Id of a product code associated with a volume.productCodeMode(String productCodeMode) Mode of a product code associated with a volume.productCodeMode(ProductCodeMode productCodeMode) Mode of a product code associated with a volume.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- 
productCodeIdId of a product code associated with a volume. - Parameters:
- productCodeId- Id of a product code associated with a volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
productCodeModeMode of a product code associated with a volume. - Parameters:
- productCodeMode- Mode of a product code associated with a volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
productCodeModeMode of a product code associated with a volume. - Parameters:
- productCodeMode- Mode of a product code associated with a volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-