Interface ListWorkflowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,OmicsRequest.Builder,SdkBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowsRequest
public static interface ListWorkflowsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowsRequest.BuildermaxResults(Integer maxResults)The maximum number of workflows to return in one page of results.ListWorkflowsRequest.Buildername(String name)Filter the list by workflow name.ListWorkflowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowsRequest.BuilderstartingToken(String startingToken)Specify the pagination token from a previous request to retrieve the next page of results.ListWorkflowsRequest.Buildertype(String type)Filter the list by workflow type.ListWorkflowsRequest.Buildertype(WorkflowType type)Filter the list by workflow type.-
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.omics.model.OmicsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
ListWorkflowsRequest.Builder type(String type)
Filter the list by workflow type.
- Parameters:
type- Filter the list by workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowType,WorkflowType
-
type
ListWorkflowsRequest.Builder type(WorkflowType type)
Filter the list by workflow type.
- Parameters:
type- Filter the list by workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowType,WorkflowType
-
name
ListWorkflowsRequest.Builder name(String name)
Filter the list by workflow name.
- Parameters:
name- Filter the list by workflow name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingToken
ListWorkflowsRequest.Builder startingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
startingToken- Specify the pagination token from a previous request to retrieve the next page 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 workflows to return in one page of results.
- Parameters:
maxResults- The maximum number of workflows to return in one page of results.- 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
-
-