Interface DimensionalPriceRate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DimensionalPriceRate.Builder,,DimensionalPriceRate> SdkBuilder<DimensionalPriceRate.Builder,,DimensionalPriceRate> SdkPojo
- Enclosing class:
DimensionalPriceRate
@Mutable
@NotThreadSafe
public static interface DimensionalPriceRate.Builder
extends SdkPojo, CopyableBuilder<DimensionalPriceRate.Builder,DimensionalPriceRate>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the price rate.Dimension for the price rate.Single-dimensional rate information.Unit associated with the price.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
-
dimension
Dimension for the price rate.
- Parameters:
dimension- Dimension for the price rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
price
Single-dimensional rate information.
- Parameters:
price- Single-dimensional rate information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the price rate.
- Parameters:
description- Description of the price rate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
Unit associated with the price.
- Parameters:
unit- Unit associated with the price.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-