public static interface ListManagedJobTemplatesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListManagedJobTemplatesRequest.Builder,ListManagedJobTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListManagedJobTemplatesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of entries that can be returned.
|
ListManagedJobTemplatesRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListManagedJobTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListManagedJobTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListManagedJobTemplatesRequest.Builder |
templateName(String templateName)
An optional parameter for template name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedJobTemplatesRequest.Builder templateName(String templateName)
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
templateName - An optional parameter for template name. If specified, only the versions of the managed job templates
that have the specified template name will be returned.ListManagedJobTemplatesRequest.Builder maxResults(Integer maxResults)
Maximum number of entries that can be returned.
maxResults - Maximum number of entries that can be returned.ListManagedJobTemplatesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListManagedJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListManagedJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.