public static interface AddTagsRequest.Builder extends MachineLearningRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<AddTagsRequest.Builder,AddTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
AddTagsRequest.Builder |
resourceId(String resourceId)
The ID of the ML object to tag.
|
AddTagsRequest.Builder |
resourceType(String resourceType)
The type of the ML object to tag.
|
AddTagsRequest.Builder |
resourceType(TaggableResourceType resourceType)
The type of the ML object to tag.
|
AddTagsRequest.Builder |
tags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
AddTagsRequest.Builder |
tags(Tag... tags)
The key-value pairs to use to create tags.
|
buildrequestOverrideConfig, requestOverrideConfigAddTagsRequest.Builder tags(Collection<Tag> tags)
The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
tags - The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML
creates a tag with the specified key and a value of null.AddTagsRequest.Builder tags(Tag... tags)
The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
tags - The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML
creates a tag with the specified key and a value of null.AddTagsRequest.Builder resourceId(String resourceId)
The ID of the ML object to tag. For example, exampleModelId.
resourceId - The ID of the ML object to tag. For example, exampleModelId.AddTagsRequest.Builder resourceType(String resourceType)
The type of the ML object to tag.
resourceType - The type of the ML object to tag.TaggableResourceType,
TaggableResourceTypeAddTagsRequest.Builder resourceType(TaggableResourceType resourceType)
The type of the ML object to tag.
resourceType - The type of the ML object to tag.TaggableResourceType,
TaggableResourceTypeAddTagsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.