public static interface ListServiceTemplatesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of service templates to list.
|
ListServiceTemplatesRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the
list of service templates previously requested.
|
ListServiceTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of service templates to list.
maxResults - The maximum number of service templates to list.ListServiceTemplatesRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
nextToken - A token that indicates the location of the next service template in the array of service templates,
after the list of service templates previously requested.ListServiceTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.