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