Interface ListServiceTemplateVersionsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,,ListServiceTemplateVersionsRequest> ProtonRequest.Builder,SdkBuilder<ListServiceTemplateVersionsRequest.Builder,,ListServiceTemplateVersionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListServiceTemplateVersionsRequest
public static interface ListServiceTemplateVersionsRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionmajorVersion(String majorVersion) To view a list of minor of versions under a major version of a service template, includemajor Version.maxResults(Integer maxResults) The maximum number of major or minor versions of a service template to list.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateName(String templateName) The name of the service template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.- Parameters:
 majorVersion- To view a list of minor of versions under a major version of a service template, includemajor Version.To view a list of major versions of a service template, exclude
major Version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
The maximum number of major or minor versions of a service template to list.
- Parameters:
 maxResults- The maximum number of major or minor versions of a service template to list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
templateName
The name of the service template.
- Parameters:
 templateName- The name of the service template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
ListServiceTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListServiceTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -