Interface CompatibleEnvironmentTemplate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CompatibleEnvironmentTemplate.Builder,,- CompatibleEnvironmentTemplate> - SdkBuilder<CompatibleEnvironmentTemplate.Builder,,- CompatibleEnvironmentTemplate> - SdkPojo
- Enclosing class:
- CompatibleEnvironmentTemplate
@Mutable
@NotThreadSafe
public static interface CompatibleEnvironmentTemplate.Builder
extends SdkPojo, CopyableBuilder<CompatibleEnvironmentTemplate.Builder,CompatibleEnvironmentTemplate> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
majorVersionThe 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.
 
- 
templateNameThe 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.
 
 
-