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 |
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AcceptMatchRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AcceptMatchRequest.Builder |
ticketId(String ticketId)
Unique identifier for a matchmaking ticket.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AcceptMatchRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.