Interface GetWorkflowStepsResponse.Builder

    • Method Detail

      • workflowId

        GetWorkflowStepsResponse.Builder workflowId​(String workflowId)

        Unique identifier for the workflow.

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

        GetWorkflowStepsResponse.Builder workflowType​(String workflowType)

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        Parameters:
        workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • workflowType

        GetWorkflowStepsResponse.Builder workflowType​(WorkflowType workflowType)

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        Parameters:
        workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • items

        GetWorkflowStepsResponse.Builder items​(WorkflowStepItem... items)

        List containing workflow step details.

        Parameters:
        items - List containing workflow step details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetWorkflowStepsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.