public static interface ListJobTemplatesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the list.
|
ListJobTemplatesRequest.Builder |
nextToken(String nextToken)
The token to use to return the next set of results in the list.
|
ListJobTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults - The maximum number of results to return in the list.ListJobTemplatesRequest.Builder nextToken(String nextToken)
The token to use to return the next set of results in the list.
nextToken - The token to use to return the next set of results in the list.ListJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.