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