public static interface AcceptMatchRequest.Builder extends GameLiftRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
AcceptMatchRequest.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
,
AcceptanceType
AcceptMatchRequest.Builder acceptanceType(AcceptanceType acceptanceType)
Player response to the proposed match.
acceptanceType
- Player response to the proposed match.AcceptanceType
,
AcceptanceType
AcceptMatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AcceptMatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.