Interface ListStreamUrlsRequest.Builder

  • Method Details

    • status

      Filters the list to stream URLs with the specified status.

      • ACTIVE: The stream URL is valid and can start stream sessions.

      • EXPIRED: The stream URL has passed its expiration time and can no longer start stream sessions.

      • REVOKED: The stream URL was revoked and can no longer start stream sessions.

      • LIMIT_REACHED: The stream URL has been used the maximum number of times and can no longer start stream sessions.

      Parameters:
      status - Filters the list to stream URLs with the specified status.

      • ACTIVE: The stream URL is valid and can start stream sessions.

      • EXPIRED: The stream URL has passed its expiration time and can no longer start stream sessions.

      • REVOKED: The stream URL was revoked and can no longer start stream sessions.

      • LIMIT_REACHED: The stream URL has been used the maximum number of times and can no longer start stream sessions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filters the list to stream URLs with the specified status.

      • ACTIVE: The stream URL is valid and can start stream sessions.

      • EXPIRED: The stream URL has passed its expiration time and can no longer start stream sessions.

      • REVOKED: The stream URL was revoked and can no longer start stream sessions.

      • LIMIT_REACHED: The stream URL has been used the maximum number of times and can no longer start stream sessions.

      Parameters:
      status - Filters the list to stream URLs with the specified status.

      • ACTIVE: The stream URL is valid and can start stream sessions.

      • EXPIRED: The stream URL has passed its expiration time and can no longer start stream sessions.

      • REVOKED: The stream URL was revoked and can no longer start stream sessions.

      • LIMIT_REACHED: The stream URL has been used the maximum number of times and can no longer start stream sessions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • streamGroupIdentifier

      ListStreamUrlsRequest.Builder streamGroupIdentifier(String streamGroupIdentifier)

      Filters the list to stream URLs that belong to the specified stream group.

      This value is an Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4. Example ID: sg-1AB2C3De4.

      Parameters:
      streamGroupIdentifier - Filters the list to stream URLs that belong to the specified stream group.

      This value is an Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Example ARN: arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4. Example ID: sg-1AB2C3De4.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListStreamUrlsRequest.Builder nextToken(String nextToken)

      The token that marks the start of the next set of results. Use this token when you retrieve results as sequential pages. To get the first page of results, omit a token value. To get the remaining pages, provide the token returned with the previous result set.

      Parameters:
      nextToken - The token that marks the start of the next set of results. Use this token when you retrieve results as sequential pages. To get the first page of results, omit a token value. To get the remaining pages, provide the token returned with the previous result set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListStreamUrlsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return per page. Valid values are 1-100. The default is 25.

      Parameters:
      maxResults - The maximum number of results to return per page. Valid values are 1-100. The default is 25.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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