Interface ListSessionActionsRequest.Builder

  • Method Details

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

      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.
    • 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.
    • 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.
    • overrideConfiguration

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