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) Specify the ID of the launch template that the AMI should use for Windows fast launch.launchTemplateName
(String launchTemplateName) Specify the name of the launch template that the AMI should use for Windows fast launch.Specify the version of the launch template that the AMI should use for Windows fast launch.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 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
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.
-