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