Interface ByolPricingTerm.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ByolPricingTerm.Builder,,- ByolPricingTerm> - SdkBuilder<ByolPricingTerm.Builder,,- ByolPricingTerm> - SdkPojo
- Enclosing class:
- ByolPricingTerm
@Mutable
@NotThreadSafe
public static interface ByolPricingTerm.Builder
extends SdkPojo, CopyableBuilder<ByolPricingTerm.Builder,ByolPricingTerm> 
- 
Method SummaryModifier and TypeMethodDescriptionType of the term being updated.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- 
typeType 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.
 
 
-