public static interface ListOfferingPromotionsResponse.Builder extends DeviceFarmResponse.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(Consumer<OfferingPromotion.Builder>... offeringPromotions)
Information about the offering promotions.
|
ListOfferingPromotionsResponse.Builder |
offeringPromotions(OfferingPromotion... offeringPromotions)
Information about the offering promotions.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 offeringPromotions(Consumer<OfferingPromotion.Builder>... offeringPromotions)
Information about the offering promotions.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #offeringPromotions(List) .offeringPromotions - a consumer that will call methods on List.Builder #offeringPromotions(List) 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.