Interface ListSessionActionsRequest.Builder

    • Method Detail

      • farmId

        ListSessionActionsRequest.Builder farmId​(String farmId)

        The farm ID for the session actions list.

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

        ListSessionActionsRequest.Builder jobId​(String jobId)

        The job ID for the session actions list.

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

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

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

        ListSessionActionsRequest.Builder queueId​(String queueId)

        The queue ID for the session actions list.

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

        ListSessionActionsRequest.Builder sessionId​(String sessionId)

        The session ID to include on the sessions action list.

        Parameters:
        sessionId - The session ID to include on the sessions action list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskId

        ListSessionActionsRequest.Builder taskId​(String taskId)

        The task ID for the session actions list.

        Parameters:
        taskId - The task ID for the session actions list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.