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 Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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,WorkflowType
-
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:
WorkflowType,WorkflowType
-
status
ListWorkflowsRequest.Builder status(String status)
Status of workflow execution.
-
status
ListWorkflowsRequest.Builder status(Status status)
Status of workflow execution.
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-