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