Interface ListDatasetGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>,ForecastRequest.Builder,SdkBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDatasetGroupsRequest
public static interface ListDatasetGroupsRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasetGroupsRequest.BuildermaxResults(Integer maxResults)The number of items to return in the response.ListDatasetGroupsRequest.BuildernextToken(String nextToken)If the result of the previous request was truncated, the response includes aNextToken.ListDatasetGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasetGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.forecast.model.ForecastRequest.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
-
nextToken
ListDatasetGroupsRequest.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.- Parameters:
nextToken- If the result of the previous request was truncated, the response includes aNextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDatasetGroupsRequest.Builder maxResults(Integer maxResults)
The number of items to return in the response.
- Parameters:
maxResults- The number of items to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDatasetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-