public static interface StartMatchBackfillResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<StartMatchBackfillResponse.Builder,StartMatchBackfillResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartMatchBackfillResponse.Builder |
matchmakingTicket(Consumer<MatchmakingTicket.Builder> matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
StartMatchBackfillResponse.Builder |
matchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStartMatchBackfillResponse.Builder matchmakingTicket(MatchmakingTicket matchmakingTicket)
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
matchmakingTicket - Ticket representing the backfill matchmaking request. This object includes the information in the
request, ticket status, and match results as generated during the matchmaking process.default StartMatchBackfillResponse.Builder matchmakingTicket(Consumer<MatchmakingTicket.Builder> matchmakingTicket)
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
This is a convenience 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 matchmakingTicket(MatchmakingTicket).matchmakingTicket - a consumer that will call methods on MatchmakingTicket.BuildermatchmakingTicket(MatchmakingTicket)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.