Interface ListSessionsRequest.Builder

    • Method Detail

      • farmId

        ListSessionsRequest.Builder farmId​(String farmId)

        The farm ID for the list of sessions.

        Parameters:
        farmId - The farm ID for the list of sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        ListSessionsRequest.Builder jobId​(String jobId)

        The job ID for the list of sessions.

        Parameters:
        jobId - The job ID for the list of sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSessionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Parameters:
        maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSessionsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null to start from the beginning.

        Parameters:
        nextToken - The token for the next set of results, or null to start from the beginning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueId

        ListSessionsRequest.Builder queueId​(String queueId)

        The queue ID for the list of sessions

        Parameters:
        queueId - The queue ID for the list of sessions
        Returns:
        Returns a reference to this object so that method calls can be chained together.