public static interface DescribeTagsResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, 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(Consumer<Tag.Builder>... tags)
A list of tags associated with the ML object.
|
DescribeTagsResponse.Builder |
tags(Tag... tags)
A list of tags associated with the ML object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with the ML object.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.