Interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>, SdkBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>, SdkPojo
Enclosing class:
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification

public static interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>
  • Method Details

    • launchTemplateId

      The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.

      Parameters:
      launchTemplateId - The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launchTemplateName

      The name of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.

      Parameters:
      launchTemplateName - The name of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.

      Parameters:
      version - Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.