Interface ListWorkflowsItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListWorkflowsItem.Builder,
,ListWorkflowsItem> SdkBuilder<ListWorkflowsItem.Builder,
,ListWorkflowsItem> SdkPojo
- Enclosing class:
ListWorkflowsItem
public static interface ListWorkflowsItem.Builder
extends SdkPojo, CopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
-
Method Summary
Modifier and TypeMethodDescriptionCreation timestamp for workflow.lastUpdatedAt
(Instant lastUpdatedAt) Last updated timestamp for workflow.Status of workflow execution.Status of workflow execution.statusDescription
(String statusDescription) Description for workflow execution status.workflowId
(String workflowId) Unique identifier for the workflow.workflowType
(String workflowType) The type of workflow.workflowType
(WorkflowType workflowType) The type of workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
workflowType
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
- Parameters:
workflowType
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
workflowType
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
- Parameters:
workflowType
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
workflowId
Unique identifier for the workflow.
- Parameters:
workflowId
- Unique identifier for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of workflow execution.
- Parameters:
status
- Status of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of workflow execution.
- Parameters:
status
- Status of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDescription
Description for workflow execution status.
- Parameters:
statusDescription
- Description for workflow execution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Creation timestamp for workflow.
- Parameters:
createdAt
- Creation timestamp for workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
Last updated timestamp for workflow.
- Parameters:
lastUpdatedAt
- Last updated timestamp for workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-