CopyableBuilder<ListOfferingPromotionsResponse.Builder,ListOfferingPromotionsResponse>
, SdkBuilder<ListOfferingPromotionsResponse.Builder,ListOfferingPromotionsResponse>
public static interface ListOfferingPromotionsResponse.Builder extends CopyableBuilder<ListOfferingPromotionsResponse.Builder,ListOfferingPromotionsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ListOfferingPromotionsResponse.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 Amazon Web Services, Inc. All Rights Reserved.