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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FastLaunchLaunchTemplateSpecificationRequest.Builder
launchTemplateId(String launchTemplateId)
Specify the ID of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.Builder
launchTemplateName(String launchTemplateName)
Specify the name of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.Builder
version(String version)
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
launchTemplateId
FastLaunchLaunchTemplateSpecificationRequest.Builder launchTemplateId(String 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
FastLaunchLaunchTemplateSpecificationRequest.Builder launchTemplateName(String 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
FastLaunchLaunchTemplateSpecificationRequest.Builder version(String 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.
-
-