public static interface ListDatastoresRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<ListDatastoresRequest.Builder,ListDatastoresRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatastoresRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListDatastoresRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListDatastoresRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatastoresRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatastoresRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListDatastoresRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
The default value is 100.
maxResults - The maximum number of results to return in this request.
The default value is 100.
ListDatastoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatastoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.