CopyableBuilder<DescribeHostReservationsResponse.Builder,DescribeHostReservationsResponse>
, SdkBuilder<DescribeHostReservationsResponse.Builder,DescribeHostReservationsResponse>
public static interface DescribeHostReservationsResponse.Builder extends CopyableBuilder<DescribeHostReservationsResponse.Builder,DescribeHostReservationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeHostReservationsResponse.Builder |
hostReservationSet(Collection<HostReservation> hostReservationSet) |
Details about the reservation's configuration.
|
DescribeHostReservationsResponse.Builder |
hostReservationSet(HostReservation... hostReservationSet) |
Details about the reservation's configuration.
|
DescribeHostReservationsResponse.Builder |
nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
copy
apply, build
DescribeHostReservationsResponse.Builder hostReservationSet(Collection<HostReservation> hostReservationSet)
Details about the reservation's configuration.
hostReservationSet
- Details about the reservation's configuration.DescribeHostReservationsResponse.Builder hostReservationSet(HostReservation... hostReservationSet)
Details about the reservation's configuration.
NOTE: This method appends the values to the existing list (if any). Use
#setHostReservationSet(java.util.Collection)
or #withHostReservationSet(java.util.Collection)
if you want to override the existing values.
hostReservationSet
- Details about the reservation's configuration.DescribeHostReservationsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.