public static interface AppflowIntegrationWorkflowStep.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowStep.Builder,AppflowIntegrationWorkflowStep>
| Modifier and Type | Method and Description |
|---|---|
AppflowIntegrationWorkflowStep.Builder |
batchRecordsEndTime(String batchRecordsEndTime)
End datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
batchRecordsStartTime(String batchRecordsStartTime)
Start datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
createdAt(Instant createdAt)
Creation timestamp of workflow step for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
executionMessage(String executionMessage)
Message indicating execution of workflow step for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
flowName(String flowName)
Name of the flow created during execution of workflow step.
|
AppflowIntegrationWorkflowStep.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Last updated timestamp for workflow step for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
recordsProcessed(Long recordsProcessed)
Total number of records processed during execution of workflow step for
APPFLOW_INTEGRATION
workflow. |
AppflowIntegrationWorkflowStep.Builder |
status(Status status)
Workflow step status for
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowStep.Builder |
status(String status)
Workflow step status for
APPFLOW_INTEGRATION workflow. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppflowIntegrationWorkflowStep.Builder flowName(String flowName)
Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type
creates an appflow flow during workflow step execution on the customers behalf.
flowName - Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow
type creates an appflow flow during workflow step execution on the customers behalf.AppflowIntegrationWorkflowStep.Builder status(String status)
Workflow step status for APPFLOW_INTEGRATION workflow.
AppflowIntegrationWorkflowStep.Builder status(Status status)
Workflow step status for APPFLOW_INTEGRATION workflow.
AppflowIntegrationWorkflowStep.Builder executionMessage(String executionMessage)
Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.
executionMessage - Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowStep.Builder recordsProcessed(Long recordsProcessed)
Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION
workflow.
recordsProcessed - Total number of records processed during execution of workflow step for
APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowStep.Builder batchRecordsStartTime(String batchRecordsStartTime)
Start datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow.
batchRecordsStartTime - Start datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowStep.Builder batchRecordsEndTime(String batchRecordsEndTime)
End datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow.
batchRecordsEndTime - End datetime of records pulled in batch during execution of workflow step for
APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowStep.Builder createdAt(Instant createdAt)
Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.
createdAt - Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.AppflowIntegrationWorkflowStep.Builder lastUpdatedAt(Instant lastUpdatedAt)
Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.
lastUpdatedAt - Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.Copyright © 2023. All rights reserved.