Interface ByolPricingTerm.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ByolPricingTerm.Builder,ByolPricingTerm>,SdkBuilder<ByolPricingTerm.Builder,ByolPricingTerm>,SdkPojo
- Enclosing class:
- ByolPricingTerm
public static interface ByolPricingTerm.Builder extends SdkPojo, CopyableBuilder<ByolPricingTerm.Builder,ByolPricingTerm>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByolPricingTerm.Buildertype(String type)Type of the term being updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
ByolPricingTerm.Builder type(String type)
Type of the term being updated.
- Parameters:
type- Type of the term being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-