public static interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
The identifier of the launch template.
|
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder |
version(String version)
Identifies the version of the launch template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.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.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.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.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.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.