public static interface DescribeTagsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest.Builder |
resourceId(String resourceId)
The ID of the ML object.
|
DescribeTagsRequest.Builder |
resourceType(String resourceType)
The type of the ML object.
|
DescribeTagsRequest.Builder |
resourceType(TaggableResourceType resourceType)
The type of the ML object.
|
DescribeTagsRequest.Builder resourceId(String resourceId)
The ID of the ML object. For example, exampleModelId.
resourceId - The ID of the ML object. For example, exampleModelId.DescribeTagsRequest.Builder resourceType(String resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceType,
TaggableResourceTypeDescribeTagsRequest.Builder resourceType(TaggableResourceType resourceType)
The type of the ML object.
resourceType - The type of the ML object.TaggableResourceType,
TaggableResourceTypeCopyright © 2017. All rights reserved.