Interface ListRunGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRunGroupsRequest.Builder,ListRunGroupsRequest>,OmicsRequest.Builder,SdkBuilder<ListRunGroupsRequest.Builder,ListRunGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRunGroupsRequest
public static interface ListRunGroupsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListRunGroupsRequest.Builder,ListRunGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRunGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of run groups to return in one page of results.ListRunGroupsRequest.Buildername(String name)The run groups' name.ListRunGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRunGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRunGroupsRequest.BuilderstartingToken(String startingToken)Specify the pagination token from a previous request to retrieve the next page of results.-
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, sdkFields
-
-
-
-
Method Detail
-
name
ListRunGroupsRequest.Builder name(String name)
The run groups' name.
- Parameters:
name- The run groups' name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingToken
ListRunGroupsRequest.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
ListRunGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of run groups to return in one page of results.
- Parameters:
maxResults- The maximum number of run groups to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRunGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRunGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-