public static interface DescribeTagsResponse.Builder extends MachineLearningResponse.Builder, 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.
|
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.TaggableResourceType,
TaggableResourceTypeDescribeTagsResponse.Builder resourceType(TaggableResourceType resourceType)
The type of the tagged ML object.
resourceType - The type of the tagged ML object.TaggableResourceType,
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.
tags - A list of tags associated with the ML object.Copyright © 2018. All rights reserved.