Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.AppflowIntegrationWorkflowMetrics.Builder
-
Packages that use AppflowIntegrationWorkflowMetrics.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AppflowIntegrationWorkflowMetrics.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AppflowIntegrationWorkflowMetrics.Builder Modifier and Type Method Description static AppflowIntegrationWorkflowMetrics.BuilderAppflowIntegrationWorkflowMetrics. builder()AppflowIntegrationWorkflowMetrics.BuilderAppflowIntegrationWorkflowMetrics.Builder. recordsProcessed(Long recordsProcessed)Number of records processed inAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowMetrics.BuilderAppflowIntegrationWorkflowMetrics.Builder. stepsCompleted(Long stepsCompleted)Total steps completed inAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowMetrics.BuilderAppflowIntegrationWorkflowMetrics. toBuilder()AppflowIntegrationWorkflowMetrics.BuilderAppflowIntegrationWorkflowMetrics.Builder. totalSteps(Long totalSteps)Total steps inAPPFLOW_INTEGRATIONworkflow.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AppflowIntegrationWorkflowMetrics.Builder Modifier and Type Method Description static Class<? extends AppflowIntegrationWorkflowMetrics.Builder>AppflowIntegrationWorkflowMetrics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AppflowIntegrationWorkflowMetrics.Builder Modifier and Type Method Description default WorkflowMetrics.BuilderWorkflowMetrics.Builder. appflowIntegration(Consumer<AppflowIntegrationWorkflowMetrics.Builder> appflowIntegration)Workflow execution metrics forAPPFLOW_INTEGRATIONworkflow.
-