Interface ListStreamSessionsByAccountRequest.Builder

  • Method Details

    • exportFilesStatus

      ListStreamSessionsByAccountRequest.Builder exportFilesStatus(String exportFilesStatus)

      Filter by the exported files status. You can specify one status in each request to retrieve only sessions that currently have that exported files status.

      Parameters:
      exportFilesStatus - Filter by the exported files status. You can specify one status in each request to retrieve only sessions that currently have that exported files status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • exportFilesStatus

      ListStreamSessionsByAccountRequest.Builder exportFilesStatus(ExportFilesStatus exportFilesStatus)

      Filter by the exported files status. You can specify one status in each request to retrieve only sessions that currently have that exported files status.

      Parameters:
      exportFilesStatus - Filter by the exported files status. You can specify one status in each request to retrieve only sessions that currently have that exported files status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The number of results to return. Use this parameter with NextToken to return results in sequential pages. Default value is 25.

      Parameters:
      maxResults - The number of results to return. Use this parameter with NextToken to return results in sequential pages. Default value is 25.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • status

      Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.

      Parameters:
      status - Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.

      Parameters:
      status - Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.