public static interface ListDetectorModelsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<ListDetectorModelsRequest.Builder,ListDetectorModelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDetectorModelsRequest.Builder |
nextToken(String nextToken)
The token that you can use to return the next set of results.
|
ListDetectorModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDetectorModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectorModelsRequest.Builder nextToken(String nextToken)
The token that you can use to return the next set of results.
nextToken - The token that you can use to return the next set of results.ListDetectorModelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListDetectorModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDetectorModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.