| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TagDescription.Builder |
TagDescription.builder() |
TagDescription.Builder |
TagDescription.Builder.key(String key)
The tag key.
|
TagDescription.Builder |
TagDescription.Builder.resourceId(String resourceId)
The ID of the resource.
|
TagDescription.Builder |
TagDescription.Builder.resourceType(ResourceType resourceType)
The resource type.
|
TagDescription.Builder |
TagDescription.Builder.resourceType(String resourceType)
The resource type.
|
TagDescription.Builder |
TagDescription.toBuilder() |
TagDescription.Builder |
TagDescription.Builder.value(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagDescription.Builder> |
TagDescription.serializableBuilderClass() |
Copyright © 2022. All rights reserved.