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 Details

    • workflowType

      ListWorkflowsItem.Builder workflowType(String 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

      ListWorkflowsItem.Builder workflowType(WorkflowType 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

      ListWorkflowsItem.Builder workflowId(String 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

      ListWorkflowsItem.Builder statusDescription(String 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

      ListWorkflowsItem.Builder createdAt(Instant 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

      ListWorkflowsItem.Builder lastUpdatedAt(Instant 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.