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 of the launch template.
|
copy
applyMutation, build
FleetLaunchTemplateSpecification.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 of the launch template. You must specify a version number.
version
- The version number of the launch template. You must specify a version number.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.