public static interface DescribeMatchmakingResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeMatchmakingResponse.Builder,DescribeMatchmakingResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingResponse.Builder |
ticketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResponse.Builder |
ticketList(Consumer<MatchmakingTicket.Builder>... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResponse.Builder |
ticketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMatchmakingResponse.Builder ticketList(Collection<MatchmakingTicket> ticketList)
Collection of existing matchmaking ticket objects matching the request.
ticketList - Collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.Builder ticketList(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
ticketList - Collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.Builder ticketList(Consumer<MatchmakingTicket.Builder>... ticketList)
Collection of existing matchmaking ticket objects matching the request.
This is a convenience that creates an instance of theList.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 #ticketList(List) .ticketList - a consumer that will call methods on List.Builder #ticketList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.