Interface AppflowIntegrationWorkflowMetrics.Builder

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

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

    • recordsProcessed

      AppflowIntegrationWorkflowMetrics.Builder recordsProcessed(Long recordsProcessed)

      Number of records processed in APPFLOW_INTEGRATION workflow.

      Parameters:
      recordsProcessed - Number of records processed in APPFLOW_INTEGRATION workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepsCompleted

      AppflowIntegrationWorkflowMetrics.Builder stepsCompleted(Long stepsCompleted)

      Total steps completed in APPFLOW_INTEGRATION workflow.

      Parameters:
      stepsCompleted - Total steps completed in APPFLOW_INTEGRATION workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSteps

      Total steps in APPFLOW_INTEGRATION workflow.

      Parameters:
      totalSteps - Total steps in APPFLOW_INTEGRATION workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.