public static interface OfferingPromotion.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<OfferingPromotion.Builder,OfferingPromotion>
| Modifier and Type | Method and Description |
|---|---|
OfferingPromotion.Builder |
description(String description)
A string describing the offering promotion.
|
OfferingPromotion.Builder |
id(String id)
The ID of the offering promotion.
|
OfferingPromotion.Builder id(String id)
The ID of the offering promotion.
id - The ID of the offering promotion.OfferingPromotion.Builder description(String description)
A string describing the offering promotion.
description - A string describing the offering promotion.Copyright © 2018. All rights reserved.