public static interface DescribeMatchmakingResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingResponse.Builder,DescribeMatchmakingResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingResponse.Builder |
ticketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResponse.Builder |
ticketList(Consumer<MatchmakingTicket.Builder>... ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
DescribeMatchmakingResponse.Builder |
ticketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMatchmakingResponse.Builder ticketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
ticketList - A collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.Builder ticketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
ticketList - A collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.Builder ticketList(Consumer<MatchmakingTicket.Builder>... ticketList)
A collection of existing matchmaking ticket objects matching the request.
This is a convenience method that creates an instance of theMatchmakingTicket.Builder avoiding the need to create
one manually via MatchmakingTicket.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ticketList(List.
ticketList - a consumer that will call methods on
MatchmakingTicket.Builder#ticketList(java.util.Collection) Copyright © 2023. All rights reserved.