Interface ListWaitingWorkflowStepsResponse.Builder

    • Method Detail

      • steps

        ListWaitingWorkflowStepsResponse.Builder steps​(Collection<WorkflowStepExecution> steps)

        An array of the workflow steps that are waiting for action in your Amazon Web Services account.

        Parameters:
        steps - An array of the workflow steps that are waiting for action in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        ListWaitingWorkflowStepsResponse.Builder steps​(WorkflowStepExecution... steps)

        An array of the workflow steps that are waiting for action in your Amazon Web Services account.

        Parameters:
        steps - An array of the workflow steps that are waiting for action in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWaitingWorkflowStepsResponse.Builder nextToken​(String nextToken)

        The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

        Parameters:
        nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.