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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetLaunchTemplateSpecificationRequest.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. Note: This is a required parameter and will be updated soon.
version - The version number of the launch template. Note: This is a required parameter and will be updated
soon.Copyright © 2019. All rights reserved.