public static interface ListWorkflowsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
|
ListWorkflowsRequest.Builder |
name(String name)
The workflows' name.
|
ListWorkflowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowsRequest.Builder |
startingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest.Builder |
type(String type)
The workflows' type.
|
ListWorkflowsRequest.Builder |
type(WorkflowType type)
The workflows' type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsRequest.Builder type(String type)
The workflows' type.
type - The workflows' type.WorkflowType,
WorkflowTypeListWorkflowsRequest.Builder type(WorkflowType type)
The workflows' type.
type - The workflows' type.WorkflowType,
WorkflowTypeListWorkflowsRequest.Builder name(String name)
The workflows' name.
name - The workflows' name.ListWorkflowsRequest.Builder startingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
startingToken - Specify the pagination token from a previous request to retrieve the next page of results.ListWorkflowsRequest.Builder maxResults(Integer maxResults)
The maximum number of workflows to return in one page of results.
maxResults - The maximum number of workflows to return in one page of results.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.