| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateConfiguration |
LaunchTemplateConfiguration.clone() |
LaunchTemplateConfiguration |
LaunchTemplateConfiguration.withAccountId(String accountId)
The account ID that this configuration applies to.
|
LaunchTemplateConfiguration |
LaunchTemplateConfiguration.withLaunchTemplateId(String launchTemplateId)
Identifies the Amazon EC2 launch template to use.
|
LaunchTemplateConfiguration |
LaunchTemplateConfiguration.withSetDefaultVersion(Boolean setDefaultVersion)
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchTemplateConfiguration> |
Distribution.getLaunchTemplateConfigurations()
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.withLaunchTemplateConfigurations(LaunchTemplateConfiguration... launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Distribution |
Distribution.withLaunchTemplateConfigurations(Collection<LaunchTemplateConfiguration> launchTemplateConfigurations)
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
|
Copyright © 2024. All rights reserved.