Interface ListWorkflowsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>, CustomerProfilesRequest.Builder, SdkBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListWorkflowsRequest

public static interface ListWorkflowsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
  • Method Details

    • domainName

      ListWorkflowsRequest.Builder domainName(String domainName)

      The unique name of the domain.

      Parameters:
      domainName - The unique name of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowType

      ListWorkflowsRequest.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

      ListWorkflowsRequest.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:
    • 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:
    • queryStartDate

      ListWorkflowsRequest.Builder queryStartDate(Instant queryStartDate)

      Retrieve workflows started after timestamp.

      Parameters:
      queryStartDate - Retrieve workflows started after timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryEndDate

      ListWorkflowsRequest.Builder queryEndDate(Instant queryEndDate)

      Retrieve workflows ended after timestamp.

      Parameters:
      queryEndDate - Retrieve workflows ended after timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListWorkflowsRequest.Builder nextToken(String nextToken)

      The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

      Parameters:
      nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListWorkflowsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return per page.

      Parameters:
      maxResults - The maximum number of results to return per page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.