Interface ListExecutionsResponse.Builder

    • Method Detail

      • nextToken

        ListExecutionsResponse.Builder nextToken​(String nextToken)

        ListExecutions returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional executions.

        Parameters:
        nextToken - ListExecutions returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowId

        ListExecutionsResponse.Builder workflowId​(String workflowId)

        A unique identifier for the workflow.

        Parameters:
        workflowId - A unique identifier for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executions

        ListExecutionsResponse.Builder executions​(Collection<ListedExecution> executions)

        Returns the details for each execution, in a ListedExecution array.

        Parameters:
        executions - Returns the details for each execution, in a ListedExecution array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executions

        ListExecutionsResponse.Builder executions​(ListedExecution... executions)

        Returns the details for each execution, in a ListedExecution array.

        Parameters:
        executions - Returns the details for each execution, in a ListedExecution array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.