Interface ListWorkflowsItem.Builder

    • Method Detail

      • workflowType

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

        ListWorkflowsItem.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
      • workflowId

        ListWorkflowsItem.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.
      • status

        ListWorkflowsItem.Builder status​(String status)

        Status of workflow execution.

        Parameters:
        status - Status of workflow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        ListWorkflowsItem.Builder status​(Status status)

        Status of workflow execution.

        Parameters:
        status - Status of workflow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • statusDescription

        ListWorkflowsItem.Builder statusDescription​(String statusDescription)

        Description for workflow execution status.

        Parameters:
        statusDescription - Description for workflow execution status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ListWorkflowsItem.Builder createdAt​(Instant createdAt)

        Creation timestamp for workflow.

        Parameters:
        createdAt - Creation timestamp for workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ListWorkflowsItem.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        Last updated timestamp for workflow.

        Parameters:
        lastUpdatedAt - Last updated timestamp for workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.