CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>public static interface UntagResourceRequest.Builder extends CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UntagResourceRequest.Builder |
resource(String resource) |
The ARN (Amazon Resource Name) of the function.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys) |
The list of tag keys to be deleted from the function.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys) |
The list of tag keys to be deleted from the function.
|
copyapply, buildUntagResourceRequest.Builder resource(String resource)
The ARN (Amazon Resource Name) of the function.
resource - The ARN (Amazon Resource Name) of the function.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The list of tag keys to be deleted from the function.
tagKeys - The list of tag keys to be deleted from the function.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The list of tag keys to be deleted from the function.
NOTE: This method appends the values to the existing list (if any). Use
#setTagKeys(java.util.Collection) or #withTagKeys(java.util.Collection) if you want to
override the existing values.
tagKeys - The list of tag keys to be deleted from the function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.