Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.LaunchTemplateConfiguration.Builder
-
Packages that use LaunchTemplateConfiguration.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LaunchTemplateConfiguration.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LaunchTemplateConfiguration.Builder Modifier and Type Method Description LaunchTemplateConfiguration.BuilderLaunchTemplateConfiguration.Builder. accountId(String accountId)The account ID that this configuration applies to.static LaunchTemplateConfiguration.BuilderLaunchTemplateConfiguration. builder()LaunchTemplateConfiguration.BuilderLaunchTemplateConfiguration.Builder. launchTemplateId(String launchTemplateId)Identifies the Amazon EC2 launch template to use.LaunchTemplateConfiguration.BuilderLaunchTemplateConfiguration.Builder. setDefaultVersion(Boolean setDefaultVersion)Set the specified Amazon EC2 launch template as the default launch template for the specified account.LaunchTemplateConfiguration.BuilderLaunchTemplateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LaunchTemplateConfiguration.Builder Modifier and Type Method Description static Class<? extends LaunchTemplateConfiguration.Builder>LaunchTemplateConfiguration. serializableBuilderClass()
-