public static interface ListDatasetGroupsRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsRequest.Builder |
maxResults(Integer maxResults)
The number of items to return in the response.
|
ListDatasetGroupsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListDatasetGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasetGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetGroupsRequest.Builder nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken - If the result of the previous request was truncated, the response includes a NextToken.
To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.ListDatasetGroupsRequest.Builder maxResults(Integer maxResults)
The number of items to return in the response.
maxResults - The number of items to return in the response.ListDatasetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.