CopyableBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse>
, SdkBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse>
public static interface ListOfferingsResponse.Builder extends CopyableBuilder<ListOfferingsResponse.Builder,ListOfferingsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListOfferingsResponse.Builder |
nextToken(String nextToken) |
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListOfferingsResponse.Builder |
offerings(Collection<Offering> offerings) |
A value representing the list offering results.
|
ListOfferingsResponse.Builder |
offerings(Offering... offerings) |
A value representing the list offering results.
|
copy
apply, build
ListOfferingsResponse.Builder offerings(Collection<Offering> offerings)
A value representing the list offering results.
offerings
- A value representing the list offering results.ListOfferingsResponse.Builder offerings(Offering... offerings)
A value representing the list offering results.
NOTE: This method appends the values to the existing list (if any). Use
#setOfferings(java.util.Collection)
or #withOfferings(java.util.Collection)
if you want to
override the existing values.
offerings
- A value representing the list offering results.ListOfferingsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.