public static interface ListEnvironmentTemplateVersionsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentTemplateVersionsRequest.Builder,ListEnvironmentTemplateVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplateVersionsRequest.Builder |
majorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
major Version. |
ListEnvironmentTemplateVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
|
ListEnvironmentTemplateVersionsRequest.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 an environment template, after the list of major or minor versions that was previously requested.
|
ListEnvironmentTemplateVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentTemplateVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentTemplateVersionsRequest.Builder |
templateName(String templateName)
The name of the environment template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentTemplateVersionsRequest.Builder majorVersion(String majorVersion)
To view a list of minor of versions under a major version of an environment template, include
major Version.
To view a list of major versions of an environment template, exclude major Version.
majorVersion - To view a list of minor of versions under a major version of an environment template, include
major Version.
To view a list of major versions of an environment template, exclude major Version.
ListEnvironmentTemplateVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of major or minor versions of an environment template to list.
maxResults - The maximum number of major or minor versions of an environment template to list.ListEnvironmentTemplateVersionsRequest.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 an environment 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 an environment template, after the list of major or minor versions that was previously
requested.ListEnvironmentTemplateVersionsRequest.Builder templateName(String templateName)
The name of the environment template.
templateName - The name of the environment template.ListEnvironmentTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.