public static interface ListServiceTemplateVersionsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceTemplateVersionsRequest.Builder |
majorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version. |
ListServiceTemplateVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
|
ListServiceTemplateVersionsRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor
versions of a service template, after the list of major or minor versions that was previously requested.
|
ListServiceTemplateVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceTemplateVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceTemplateVersionsRequest.Builder |
templateName(String templateName)
The name of the service template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceTemplateVersionsRequest.Builder majorVersion(String majorVersion)
To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
majorVersion - To view a list of minor of versions under a major version of a service template, include
major Version.
To view a list of major versions of a service template, exclude major Version.
ListServiceTemplateVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of major or minor versions of a service template to list.
maxResults - The maximum number of major or minor versions of a service template to list.ListServiceTemplateVersionsRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
nextToken - A token that indicates the location of the next major or minor version in the array of major or minor
versions of a service template, after the list of major or minor versions that was previously
requested.ListServiceTemplateVersionsRequest.Builder templateName(String templateName)
The name of the service template.
templateName - The name of the service template.ListServiceTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.