Interface ListServiceTemplateVersionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,,- ListServiceTemplateVersionsRequest> - ProtonRequest.Builder,- SdkBuilder<ListServiceTemplateVersionsRequest.Builder,,- ListServiceTemplateVersionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListServiceTemplateVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListServiceTemplateVersionsRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
majorVersionTo 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, include- major 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.
 
- 
maxResultsThe 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.
 
- 
nextTokenA 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.
 
- 
templateNameThe 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.
 
- 
overrideConfigurationListServiceTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListServiceTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-