Interface ListStepsRequest.Builder

    • Method Detail

      • farmId

        ListStepsRequest.Builder farmId​(String farmId)

        The farm ID to include on the list of steps.

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

        ListStepsRequest.Builder jobId​(String jobId)

        The job ID to include on the list of steps.

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

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

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

        ListStepsRequest.Builder queueId​(String queueId)

        The queue ID to include on the list of steps.

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