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