Interface FastLaunchLaunchTemplateSpecificationResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FastLaunchLaunchTemplateSpecificationResponse.Builder,
,FastLaunchLaunchTemplateSpecificationResponse> SdkBuilder<FastLaunchLaunchTemplateSpecificationResponse.Builder,
,FastLaunchLaunchTemplateSpecificationResponse> SdkPojo
- Enclosing class:
FastLaunchLaunchTemplateSpecificationResponse
public static interface FastLaunchLaunchTemplateSpecificationResponse.Builder
extends SdkPojo, CopyableBuilder<FastLaunchLaunchTemplateSpecificationResponse.Builder,FastLaunchLaunchTemplateSpecificationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlaunchTemplateId
(String launchTemplateId) The ID of the launch template for faster launching of the associated Windows AMI.launchTemplateName
(String launchTemplateName) The name of the launch template for faster launching of the associated Windows AMI.The version of the launch template for faster launching of the associated 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 Details
-
launchTemplateId
The ID of the launch template for faster launching of the associated Windows AMI.
- Parameters:
launchTemplateId
- The ID of the launch template for faster launching of the associated Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchTemplateName
The name of the launch template for faster launching of the associated Windows AMI.
- Parameters:
launchTemplateName
- The name of the launch template for faster launching of the associated Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the launch template for faster launching of the associated Windows AMI.
- Parameters:
version
- The version of the launch template for faster launching of the associated Windows AMI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-