Interface CompatibleEnvironmentTemplate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CompatibleEnvironmentTemplate.Builder,,CompatibleEnvironmentTemplate> SdkBuilder<CompatibleEnvironmentTemplate.Builder,,CompatibleEnvironmentTemplate> SdkPojo
- Enclosing class:
 CompatibleEnvironmentTemplate
public static interface CompatibleEnvironmentTemplate.Builder
extends SdkPojo, CopyableBuilder<CompatibleEnvironmentTemplate.Builder,CompatibleEnvironmentTemplate> 
- 
Method Summary
Modifier and TypeMethodDescriptionmajorVersion(String majorVersion) The major version of the compatible environment template.templateName(String templateName) The compatible environment template name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
majorVersion
The major version of the compatible environment template.
- Parameters:
 majorVersion- The major version of the compatible environment template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
templateName
The compatible environment template name.
- Parameters:
 templateName- The compatible environment template name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -