public static interface ListReservationsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListReservationsResponse.Builder,ListReservationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReservationsResponse.Builder |
nextToken(String nextToken)
Token to retrieve the next page of results
|
ListReservationsResponse.Builder |
reservations(Collection<Reservation> reservations)
List of reservations
|
ListReservationsResponse.Builder |
reservations(Consumer<Reservation.Builder>... reservations)
List of reservations This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
ListReservationsResponse.Builder |
reservations(Reservation... reservations)
List of reservations
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListReservationsResponse.Builder nextToken(String nextToken)
nextToken - Token to retrieve the next page of resultsListReservationsResponse.Builder reservations(Collection<Reservation> reservations)
reservations - List of reservationsListReservationsResponse.Builder reservations(Reservation... reservations)
reservations - List of reservationsListReservationsResponse.Builder reservations(Consumer<Reservation.Builder>... reservations)
List.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 #reservations(List) .reservations - a consumer that will call methods on List.Builder #reservations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.