Interface AppflowIntegrationWorkflowStep.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>, SdkBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>, SdkPojo
Enclosing class:
AppflowIntegrationWorkflowStep

public static interface AppflowIntegrationWorkflowStep.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>
  • Method Details

    • 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

      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

      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:
    • 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

      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.