Interface AcceptMatchRequest.Builder

  • Method Details

    • ticketId

      AcceptMatchRequest.Builder ticketId(String 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 status REQUIRES_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

      AcceptMatchRequest.Builder playerIds(String... 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

      AcceptMatchRequest.Builder acceptanceType(String 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

      AcceptMatchRequest.Builder acceptanceType(AcceptanceType 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.