CopyableBuilder<DescribeHostReservationOfferingsResponse.Builder,DescribeHostReservationOfferingsResponse>
, SdkBuilder<DescribeHostReservationOfferingsResponse.Builder,DescribeHostReservationOfferingsResponse>
public static interface DescribeHostReservationOfferingsResponse.Builder extends CopyableBuilder<DescribeHostReservationOfferingsResponse.Builder,DescribeHostReservationOfferingsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeHostReservationOfferingsResponse.Builder |
nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
DescribeHostReservationOfferingsResponse.Builder |
offeringSet(Collection<HostOffering> offeringSet) |
Information about the offerings.
|
DescribeHostReservationOfferingsResponse.Builder |
offeringSet(HostOffering... offeringSet) |
Information about the offerings.
|
copy
apply, build
DescribeHostReservationOfferingsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.DescribeHostReservationOfferingsResponse.Builder offeringSet(Collection<HostOffering> offeringSet)
Information about the offerings.
offeringSet
- Information about the offerings.DescribeHostReservationOfferingsResponse.Builder offeringSet(HostOffering... offeringSet)
Information about the offerings.
NOTE: This method appends the values to the existing list (if any). Use
#setOfferingSet(java.util.Collection)
or #withOfferingSet(java.util.Collection)
if you want
to override the existing values.
offeringSet
- Information about the offerings.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.