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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfferingPromotion.Builderdescription(String description)A string that describes the offering promotion.OfferingPromotion.Builderid(String id)The ID of the offering promotion.-
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
-
id
OfferingPromotion.Builder id(String 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
OfferingPromotion.Builder description(String 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.
-
-