public static interface ListOfferingPromotionsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListOfferingPromotionsResponse.Builder,ListOfferingPromotionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOfferingPromotionsResponse.Builder |
nextToken(String nextToken)
An identifier to be used in the next call to this operation, to return the next set of items in the list.
|
ListOfferingPromotionsResponse.Builder |
offeringPromotions(Collection<OfferingPromotion> offeringPromotions)
Information about the offering promotions.
|
ListOfferingPromotionsResponse.Builder |
offeringPromotions(OfferingPromotion... offeringPromotions)
Information about the offering promotions.
|
copyapply, buildListOfferingPromotionsResponse.Builder offeringPromotions(Collection<OfferingPromotion> offeringPromotions)
Information about the offering promotions.
offeringPromotions - Information about the offering promotions.ListOfferingPromotionsResponse.Builder offeringPromotions(OfferingPromotion... offeringPromotions)
Information about the offering promotions.
offeringPromotions - Information about the offering promotions.ListOfferingPromotionsResponse.Builder nextToken(String nextToken)
An identifier to be used in the next call to this operation, to return the next set of items in the list.
nextToken - An identifier to be used in the next call to this operation, to return the next set of items in the
list.Copyright © 2017. All rights reserved.