public static interface AppflowIntegrationWorkflowMetrics.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>
| Modifier and Type | Method and Description |
|---|---|
AppflowIntegrationWorkflowMetrics.Builder |
recordsProcessed(Long recordsProcessed)
Number of records processed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics.Builder |
stepsCompleted(Long stepsCompleted)
Total steps completed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics.Builder |
totalSteps(Long totalSteps)
Total steps in
APPFLOW_INTEGRATION workflow. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppflowIntegrationWorkflowMetrics.Builder recordsProcessed(Long recordsProcessed)
Number of records processed in APPFLOW_INTEGRATION workflow.
recordsProcessed - Number of records processed in APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowMetrics.Builder stepsCompleted(Long stepsCompleted)
Total steps completed in APPFLOW_INTEGRATION workflow.
stepsCompleted - Total steps completed in APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowMetrics.Builder totalSteps(Long totalSteps)
Total steps in APPFLOW_INTEGRATION workflow.
totalSteps - Total steps in APPFLOW_INTEGRATION workflow.Copyright © 2022. All rights reserved.