Interface FastLaunchLaunchTemplateSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>,SdkBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>,SdkPojo
- Enclosing class:
- FastLaunchLaunchTemplateSpecification
public static interface FastLaunchLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FastLaunchLaunchTemplateSpecification.BuilderlaunchTemplateId(String launchTemplateId)The ID of the launch template to use for faster launching for a Windows AMI.FastLaunchLaunchTemplateSpecification.BuilderlaunchTemplateName(String launchTemplateName)The name of the launch template to use for faster launching for a Windows AMI.FastLaunchLaunchTemplateSpecification.BuilderlaunchTemplateVersion(String launchTemplateVersion)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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
launchTemplateId
FastLaunchLaunchTemplateSpecification.Builder launchTemplateId(String 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
FastLaunchLaunchTemplateSpecification.Builder launchTemplateName(String 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.
-
launchTemplateVersion
FastLaunchLaunchTemplateSpecification.Builder launchTemplateVersion(String launchTemplateVersion)
The version of the launch template to use for faster launching for a Windows AMI.
- Parameters:
launchTemplateVersion- 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.
-
-