Interface AppflowIntegrationWorkflowStep.Builder

    • Method Detail

      • flowName

        AppflowIntegrationWorkflowStep.Builder flowName​(String flowName)

        Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.

        Parameters:
        flowName - Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AppflowIntegrationWorkflowStep.Builder status​(String status)

        Workflow step status for APPFLOW_INTEGRATION workflow.

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

        AppflowIntegrationWorkflowStep.Builder status​(Status status)

        Workflow step status for APPFLOW_INTEGRATION workflow.

        Parameters:
        status - Workflow step status for APPFLOW_INTEGRATION workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • executionMessage

        AppflowIntegrationWorkflowStep.Builder executionMessage​(String executionMessage)

        Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

        Parameters:
        executionMessage - Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordsProcessed

        AppflowIntegrationWorkflowStep.Builder recordsProcessed​(Long recordsProcessed)

        Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.

        Parameters:
        recordsProcessed - Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchRecordsStartTime

        AppflowIntegrationWorkflowStep.Builder batchRecordsStartTime​(String batchRecordsStartTime)

        Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

        Parameters:
        batchRecordsStartTime - Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchRecordsEndTime

        AppflowIntegrationWorkflowStep.Builder batchRecordsEndTime​(String batchRecordsEndTime)

        End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

        Parameters:
        batchRecordsEndTime - End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AppflowIntegrationWorkflowStep.Builder createdAt​(Instant createdAt)

        Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

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

        AppflowIntegrationWorkflowStep.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.

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