public static interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
The identifier of the launch template.
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder |
version(String version)
Identifies the version of the launch template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder launchTemplateId(String launchTemplateId)
The identifier of the launch template. You must specify either LaunchTemplateId or
LaunchTemplateName.
launchTemplateId - The identifier of the launch template. You must specify either LaunchTemplateId or
LaunchTemplateName.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder launchTemplateName(String launchTemplateName)
The name of the launch template. You must specify either LaunchTemplateId or
LaunchTemplateName.
launchTemplateName - The name of the launch template. You must specify either LaunchTemplateId or
LaunchTemplateName.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.Builder version(String version)
Identifies the version of the launch template. You can specify a version identifier, or use the values
$Latest or $Default.
version - Identifies the version of the launch template. You can specify a version identifier, or use the values
$Latest or $Default.Copyright © 2023. All rights reserved.