static LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.builder() |
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.Builder.resourceType(String resourceType) |
The type of resource to tag.
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.Builder.resourceType(ResourceType resourceType) |
The type of resource to tag.
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.Builder.tags(Collection<Tag> tags) |
The tags for the resource.
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the resource.
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.Builder.tags(Tag... tags) |
The tags for the resource.
|
LaunchTemplateTagSpecification.Builder |
LaunchTemplateTagSpecification.toBuilder() |
|