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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppflowIntegrationWorkflowMetrics.BuilderrecordsProcessed(Long recordsProcessed)Number of records processed inAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowMetrics.BuilderstepsCompleted(Long stepsCompleted)Total steps completed inAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowMetrics.BuildertotalSteps(Long totalSteps)Total steps inAPPFLOW_INTEGRATIONworkflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
recordsProcessed
AppflowIntegrationWorkflowMetrics.Builder recordsProcessed(Long 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
AppflowIntegrationWorkflowMetrics.Builder stepsCompleted(Long 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
AppflowIntegrationWorkflowMetrics.Builder totalSteps(Long 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.
-
-