Interface GetPlayerConnectionDetailsRequest.Builder

  • Method Details

    • gameSessionId

      GetPlayerConnectionDetailsRequest.Builder gameSessionId(String gameSessionId)

      An identifier for the game session that is unique across all regions for which to retrieve player connection details. The value is always a full ARN in the following format: arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>.

      Parameters:
      gameSessionId - An identifier for the game session that is unique across all regions for which to retrieve player connection details. The value is always a full ARN in the following format: arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • playerIds

      List of unique identifiers for players. Connection details are returned for each player in this list.

      Parameters:
      playerIds - List of unique identifiers for players. Connection details are returned for each player in this list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • playerIds

      List of unique identifiers for players. Connection details are returned for each player in this list.

      Parameters:
      playerIds - List of unique identifiers for players. Connection details are returned for each player in this list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetPlayerConnectionDetailsRequest.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.