CopyableBuilder<TagDescription.Builder,TagDescription>, SdkBuilder<TagDescription.Builder,TagDescription>public static interface TagDescription.Builder extends CopyableBuilder<TagDescription.Builder,TagDescription>
| Modifier and Type | Method | Description |
|---|---|---|
TagDescription.Builder |
key(String key) |
The tag key.
|
TagDescription.Builder |
resourceId(String resourceId) |
The ID of the resource.
|
TagDescription.Builder |
resourceType(String resourceType) |
The resource type.
|
TagDescription.Builder |
resourceType(ResourceType resourceType) |
The resource type.
|
TagDescription.Builder |
value(String value) |
The tag value.
|
copyapply, buildTagDescription.Builder key(String key)
The tag key.
key - The tag key.TagDescription.Builder resourceId(String resourceId)
The ID of the resource. For example, ami-1a2b3c4d.
resourceId - The ID of the resource. For example, ami-1a2b3c4d.TagDescription.Builder resourceType(String resourceType)
The resource type.
resourceType - The resource type.ResourceTypeTagDescription.Builder resourceType(ResourceType resourceType)
The resource type.
resourceType - The resource type.ResourceTypeTagDescription.Builder value(String value)
The tag value.
value - The tag value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.