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 Summary
Modifier and TypeMethodDescriptionlaunchTemplateId(String launchTemplateId) The ID of the launch template to use for faster launching for a Windows AMI.launchTemplateName(String launchTemplateName) The name of the launch template to use for faster launching for a Windows AMI.The version of the launch template to use for faster launching for a Windows AMI.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
launchTemplateId
The ID of the launch template to use for faster launching for a Windows AMI.
- Parameters:
launchTemplateId- The ID of the launch template to use for faster launching for a Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchTemplateName
The name of the launch template to use for faster launching for a Windows AMI.
- Parameters:
launchTemplateName- The name of the launch template to use for faster launching for a Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the launch template to use for faster launching for a Windows AMI.
- Parameters:
version- The version of the launch template to use for faster launching for a Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-