| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static AppflowIntegrationWorkflowMetrics.Builder |
AppflowIntegrationWorkflowMetrics.builder() |
AppflowIntegrationWorkflowMetrics.Builder |
AppflowIntegrationWorkflowMetrics.Builder.recordsProcessed(Long recordsProcessed)
Number of records processed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics.Builder |
AppflowIntegrationWorkflowMetrics.Builder.stepsCompleted(Long stepsCompleted)
Total steps completed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics.Builder |
AppflowIntegrationWorkflowMetrics.toBuilder() |
AppflowIntegrationWorkflowMetrics.Builder |
AppflowIntegrationWorkflowMetrics.Builder.totalSteps(Long totalSteps)
Total steps in
APPFLOW_INTEGRATION workflow. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppflowIntegrationWorkflowMetrics.Builder> |
AppflowIntegrationWorkflowMetrics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowMetrics.Builder |
WorkflowMetrics.Builder.appflowIntegration(Consumer<AppflowIntegrationWorkflowMetrics.Builder> appflowIntegration)
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
Copyright © 2023. All rights reserved.