| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TagSpecification.Builder |
TagSpecification.builder() |
TagSpecification.Builder |
TagSpecification.Builder.resourceType(ResourceType resourceType)
The type of resource to tag on creation.
|
TagSpecification.Builder |
TagSpecification.Builder.resourceType(String resourceType)
The type of resource to tag on creation.
|
TagSpecification.Builder |
TagSpecification.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource.
|
TagSpecification.Builder |
TagSpecification.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource.
|
TagSpecification.Builder |
TagSpecification.Builder.tags(Tag... tags)
The tags to apply to the resource.
|
TagSpecification.Builder |
TagSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagSpecification.Builder> |
TagSpecification.serializableBuilderClass() |
Copyright © 2022. All rights reserved.