@Stability(value=Stable) public static final class CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty>
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Builder |
resourceType(String resourceType)
|
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.getTags() |
@Stability(value=Stable) public CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Builder resourceType(String resourceType)
resourceType - The type of resource.
To tag the launch template, ResourceType must be launch-template .this@Stability(value=Stable) public CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Builder tags(List<? extends CfnTag> tags)
CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.getTags()tags - The tags for the resource.this@Stability(value=Stable) public CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty>CfnLaunchTemplate.LaunchTemplateTagSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.