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(MatchmakingTicket... ticketList)
Collection of existing matchmaking ticket objects matching the request.
|
buildcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.