public static interface LaunchTemplateConfiguration.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateConfiguration.Builder,LaunchTemplateConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateConfiguration.Builder |
accountId(String accountId)
The account ID that this configuration applies to.
|
LaunchTemplateConfiguration.Builder |
launchTemplateId(String launchTemplateId)
Identifies the EC2 launch template to use.
|
LaunchTemplateConfiguration.Builder |
setDefaultVersion(Boolean setDefaultVersion)
Set the specified EC2 launch template as the default launch template for the specified account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateConfiguration.Builder launchTemplateId(String launchTemplateId)
Identifies the EC2 launch template to use.
launchTemplateId - Identifies the EC2 launch template to use.LaunchTemplateConfiguration.Builder accountId(String accountId)
The account ID that this configuration applies to.
accountId - The account ID that this configuration applies to.LaunchTemplateConfiguration.Builder setDefaultVersion(Boolean setDefaultVersion)
Set the specified EC2 launch template as the default launch template for the specified account.
setDefaultVersion - Set the specified EC2 launch template as the default launch template for the specified account.Copyright © 2021. All rights reserved.