Interface FastLaunchLaunchTemplateSpecificationRequest.Builder

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

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

    • launchTemplateId

      Specify the ID of the launch template that the AMI should use for Windows fast launch.

      Parameters:
      launchTemplateId - Specify the ID of the launch template that the AMI should use for Windows fast launch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launchTemplateName

      FastLaunchLaunchTemplateSpecificationRequest.Builder launchTemplateName(String launchTemplateName)

      Specify the name of the launch template that the AMI should use for Windows fast launch.

      Parameters:
      launchTemplateName - Specify the name of the launch template that the AMI should use for Windows fast launch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      Specify the version of the launch template that the AMI should use for Windows fast launch.

      Parameters:
      version - Specify the version of the launch template that the AMI should use for Windows fast launch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.