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 Summary
Modifier and TypeMethodDescriptionrecordsProcessed(Long recordsProcessed) Number of records processed inAPPFLOW_INTEGRATIONworkflow.stepsCompleted(Long stepsCompleted) Total steps completed inAPPFLOW_INTEGRATIONworkflow.totalSteps(Long totalSteps) Total steps inAPPFLOW_INTEGRATIONworkflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
recordsProcessed
Number of records processed in
APPFLOW_INTEGRATIONworkflow.- Parameters:
 recordsProcessed- Number of records processed inAPPFLOW_INTEGRATIONworkflow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepsCompleted
Total steps completed in
APPFLOW_INTEGRATIONworkflow.- Parameters:
 stepsCompleted- Total steps completed inAPPFLOW_INTEGRATIONworkflow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalSteps
Total steps in
APPFLOW_INTEGRATIONworkflow.- Parameters:
 totalSteps- Total steps inAPPFLOW_INTEGRATIONworkflow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -