public static interface AcceptMatchRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<AcceptMatchRequest.Builder,AcceptMatchRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptMatchRequest.Builder |
acceptanceType(AcceptanceType acceptanceType)
Player response to the proposed match.
|
AcceptMatchRequest.Builder |
acceptanceType(String acceptanceType)
Player response to the proposed match.
|
AcceptMatchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AcceptMatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AcceptMatchRequest.Builder |
playerIds(Collection<String> playerIds)
Unique identifier for a player delivering the response.
|
AcceptMatchRequest.Builder |
playerIds(String... playerIds)
Unique identifier for a player delivering the response.
|
AcceptMatchRequest.Builder |
ticketId(String ticketId)
Unique identifier for a matchmaking ticket.
|
buildoverrideConfigurationcopyapplyMutation, buildAcceptMatchRequest.Builder ticketId(String ticketId)
Unique identifier for a matchmaking ticket. The ticket must be in status REQUIRES_ACCEPTANCE;
otherwise this request will fail.
ticketId - Unique identifier for a matchmaking ticket. The ticket must be in status
REQUIRES_ACCEPTANCE; otherwise this request will fail.AcceptMatchRequest.Builder playerIds(Collection<String> playerIds)
Unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
playerIds - Unique identifier for a player delivering the response. This parameter can include one or multiple
player IDs.AcceptMatchRequest.Builder playerIds(String... playerIds)
Unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
playerIds - Unique identifier for a player delivering the response. This parameter can include one or multiple
player IDs.AcceptMatchRequest.Builder acceptanceType(String acceptanceType)
Player response to the proposed match.
acceptanceType - Player response to the proposed match.AcceptanceType,
AcceptanceTypeAcceptMatchRequest.Builder acceptanceType(AcceptanceType acceptanceType)
Player response to the proposed match.
acceptanceType - Player response to the proposed match.AcceptanceType,
AcceptanceTypeAcceptMatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AcceptMatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.