public static interface ListRunGroupsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListRunGroupsRequest.Builder,ListRunGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRunGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of run groups to return in one page of results.
|
ListRunGroupsRequest.Builder |
name(String name)
The run groups' name.
|
ListRunGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRunGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRunGroupsRequest.Builder |
startingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRunGroupsRequest.Builder name(String name)
The run groups' name.
name - The run groups' name.ListRunGroupsRequest.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.ListRunGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of run groups to return in one page of results.
maxResults - The maximum number of run groups to return in one page of results.ListRunGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRunGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.