public static interface ListOfferingPromotionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theOfferingPromotion.Builder avoiding the need to
create one manually via OfferingPromotion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #offeringPromotions(List.
offeringPromotions - a consumer that will call methods on
OfferingPromotion.Builder#offeringPromotions(java.util.Collection) 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 © 2022. All rights reserved.