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.
NOTE: This method appends the values to the existing list (if any). Use
#setOfferingPromotions(java.util.Collection) or #withOfferingPromotions(java.util.Collection)
if you want to override the existing values.
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.