public static interface ListWorkflowsItem.Builder extends SdkPojo, CopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsItem.Builder |
createdAt(Instant createdAt)
Creation timestamp for workflow.
|
ListWorkflowsItem.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Last updated timestamp for workflow.
|
ListWorkflowsItem.Builder |
status(Status status)
Status of workflow execution.
|
ListWorkflowsItem.Builder |
status(String status)
Status of workflow execution.
|
ListWorkflowsItem.Builder |
statusDescription(String statusDescription)
Description for workflow execution status.
|
ListWorkflowsItem.Builder |
workflowId(String workflowId)
Unique identifier for the workflow.
|
ListWorkflowsItem.Builder |
workflowType(String workflowType)
The type of workflow.
|
ListWorkflowsItem.Builder |
workflowType(WorkflowType workflowType)
The type of workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsItem.Builder workflowType(String workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeListWorkflowsItem.Builder workflowType(WorkflowType workflowType)
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.WorkflowType,
WorkflowTypeListWorkflowsItem.Builder workflowId(String workflowId)
Unique identifier for the workflow.
workflowId - Unique identifier for the workflow.ListWorkflowsItem.Builder status(String status)
Status of workflow execution.
ListWorkflowsItem.Builder status(Status status)
Status of workflow execution.
ListWorkflowsItem.Builder statusDescription(String statusDescription)
Description for workflow execution status.
statusDescription - Description for workflow execution status.ListWorkflowsItem.Builder createdAt(Instant createdAt)
Creation timestamp for workflow.
createdAt - Creation timestamp for workflow.ListWorkflowsItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
Last updated timestamp for workflow.
lastUpdatedAt - Last updated timestamp for workflow.Copyright © 2023. All rights reserved.