public static interface WorkflowMetrics.Builder extends SdkPojo, CopyableBuilder<WorkflowMetrics.Builder,WorkflowMetrics>
| Modifier and Type | Method and Description |
|---|---|
WorkflowMetrics.Builder |
appflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
default WorkflowMetrics.Builder |
appflowIntegration(Consumer<AppflowIntegrationWorkflowMetrics.Builder> appflowIntegration)
Workflow execution metrics for
APPFLOW_INTEGRATION workflow. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowMetrics.Builder appflowIntegration(AppflowIntegrationWorkflowMetrics appflowIntegration)
Workflow execution metrics for APPFLOW_INTEGRATION workflow.
appflowIntegration - Workflow execution metrics for APPFLOW_INTEGRATION workflow.default WorkflowMetrics.Builder appflowIntegration(Consumer<AppflowIntegrationWorkflowMetrics.Builder> appflowIntegration)
Workflow execution metrics for APPFLOW_INTEGRATION workflow.
AppflowIntegrationWorkflowMetrics.Builder avoiding the need to create one manually via
AppflowIntegrationWorkflowMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to appflowIntegration(AppflowIntegrationWorkflowMetrics).
appflowIntegration - a consumer that will call methods on AppflowIntegrationWorkflowMetrics.BuilderappflowIntegration(AppflowIntegrationWorkflowMetrics)Copyright © 2022. All rights reserved.