public static interface FleetLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<FleetLaunchTemplateSpecification.Builder,FleetLaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
FleetLaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
FleetLaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
FleetLaunchTemplateSpecification.Builder |
version(String version)
The version number.
|
copyapplyMutation, buildFleetLaunchTemplateSpecification.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template. You must specify either a template ID or a template name.
launchTemplateId - The ID of the launch template. You must specify either a template ID or a template name.FleetLaunchTemplateSpecification.Builder launchTemplateName(String launchTemplateName)
The name of the launch template. You must specify either a template name or a template ID.
launchTemplateName - The name of the launch template. You must specify either a template name or a template ID.FleetLaunchTemplateSpecification.Builder version(String version)
The version number. By default, the default version of the launch template is used.
version - The version number. By default, the default version of the launch template is used.Copyright © 2018. All rights reserved.