Interface OfferingPromotion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OfferingPromotion.Builder,,OfferingPromotion> SdkBuilder<OfferingPromotion.Builder,,OfferingPromotion> SdkPojo
- Enclosing class:
 OfferingPromotion
public static interface OfferingPromotion.Builder
extends SdkPojo, CopyableBuilder<OfferingPromotion.Builder,OfferingPromotion> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A string that describes the offering promotion.The ID of the offering promotion.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, sdkFields 
- 
Method Details
- 
id
The ID of the offering promotion.
- Parameters:
 id- The ID of the offering promotion.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A string that describes the offering promotion.
- Parameters:
 description- A string that describes the offering promotion.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -