public static interface DescribeTagsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
resourceId(String resourceId)
The ID of the tagged ML object.
|
DescribeTagsResponse.Builder |
resourceType(String resourceType)
The type of the tagged ML object.
|
DescribeTagsResponse.Builder |
resourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
|
DescribeTagsResponse.Builder |
tags(Collection<Tag> tags)
A list of tags associated with the ML object.
|
DescribeTagsResponse.Builder |
tags(Tag... tags)
A list of tags associated with the ML object.
|
copyapply, buildDescribeTagsResponse.Builder resourceId(String resourceId)
The ID of the tagged ML object.
resourceId - The ID of the tagged ML object.DescribeTagsResponse.Builder resourceType(String resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypeDescribeTagsResponse.Builder resourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceTypeDescribeTagsResponse.Builder tags(Collection<Tag> tags)
A list of tags associated with the ML object.
tags - A list of tags associated with the ML object.DescribeTagsResponse.Builder tags(Tag... tags)
A list of tags associated with the ML object.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - A list of tags associated with the ML object.Copyright © 2017. All rights reserved.