Interface AcceptMatchRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<AcceptMatchRequest.Builder,,AcceptMatchRequest> GameLiftRequest.Builder,SdkBuilder<AcceptMatchRequest.Builder,,AcceptMatchRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 AcceptMatchRequest
public static interface AcceptMatchRequest.Builder
extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<AcceptMatchRequest.Builder,AcceptMatchRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionacceptanceType(String acceptanceType) Player response to the proposed match.acceptanceType(AcceptanceType acceptanceType) Player response to the proposed match.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A unique identifier for a player delivering the response.playerIds(Collection<String> playerIds) A unique identifier for a player delivering the response.A unique identifier for a matchmaking ticket.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
ticketId
A unique identifier for a matchmaking ticket. The ticket must be in status
REQUIRES_ACCEPTANCE; otherwise this request will fail.- Parameters:
 ticketId- A unique identifier for a matchmaking ticket. The ticket must be in statusREQUIRES_ACCEPTANCE; otherwise this request will fail.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
playerIds
A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
- Parameters:
 playerIds- A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
playerIds
A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.
- Parameters:
 playerIds- A unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
acceptanceType
Player response to the proposed match.
- Parameters:
 acceptanceType- Player response to the proposed match.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
acceptanceType
Player response to the proposed match.
- Parameters:
 acceptanceType- Player response to the proposed match.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
AcceptMatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
AcceptMatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -