Interface PricingUnit.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PricingUnit.Builder,,PricingUnit> SdkBuilder<PricingUnit.Builder,,PricingUnit> SdkPojo
- Enclosing class:
PricingUnit
@Mutable
@NotThreadSafe
public static interface PricingUnit.Builder
extends SdkPojo, CopyableBuilder<PricingUnit.Builder,PricingUnit>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The human-readable name of the pricing unit.pricingUnitType(String pricingUnitType) The machine-readable type of the pricing unit.pricingUnitType(PricingUnitType pricingUnitType) The machine-readable type of the pricing unit.Methods 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
-
pricingUnitType
The machine-readable type of the pricing unit.
- Parameters:
pricingUnitType- The machine-readable type of the pricing unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pricingUnitType
The machine-readable type of the pricing unit.
- Parameters:
pricingUnitType- The machine-readable type of the pricing unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The human-readable name of the pricing unit.
- Parameters:
displayName- The human-readable name of the pricing unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-