public static interface ListWorkflowsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListWorkflowsRequest.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,
WorkflowTypeListWorkflowsRequest.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,
WorkflowTypeListWorkflowsRequest.Builder status(String status)
Status of workflow execution.
ListWorkflowsRequest.Builder status(Status status)
Status of workflow execution.
ListWorkflowsRequest.Builder queryStartDate(Instant queryStartDate)
Retrieve workflows started after timestamp.
queryStartDate - Retrieve workflows started after timestamp.ListWorkflowsRequest.Builder queryEndDate(Instant queryEndDate)
Retrieve workflows ended after timestamp.
queryEndDate - Retrieve workflows ended after timestamp.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.
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.ListWorkflowsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.