Interface ListExecutionsResponse.Builder

    • Method Detail

      • executions

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

        A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.

        Parameters:
        executions - A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executions

        ListExecutionsResponse.Builder executions​(ExecutionSummary... executions)

        A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.

        Parameters:
        executions - A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExecutionsResponse.Builder nextToken​(String nextToken)

        A pagination token to continue to the next page of executions.

        Parameters:
        nextToken - A pagination token to continue to the next page of executions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.