public static interface FleetLaunchTemplateSpecificationRequest.Builder extends SdkPojo, CopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>
Modifier and Type | Method and Description |
---|---|
FleetLaunchTemplateSpecificationRequest.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
FleetLaunchTemplateSpecificationRequest.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
FleetLaunchTemplateSpecificationRequest.Builder |
version(String version)
The version number of the launch template.
|
copy
applyMutation, build
FleetLaunchTemplateSpecificationRequest.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template.
launchTemplateId
- The ID of the launch template.FleetLaunchTemplateSpecificationRequest.Builder launchTemplateName(String launchTemplateName)
The name of the launch template.
launchTemplateName
- The name of the launch template.FleetLaunchTemplateSpecificationRequest.Builder version(String version)
The version number of the launch template.
version
- The version number of the launch template.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.