public static interface UntagResourcesRequest.Builder extends ResourceGroupsTaggingAPIRequest.Builder, CopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourcesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagResourcesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UntagResourcesRequest.Builder |
resourceARNList(Collection<String> resourceARNList)
A list of ARNs.
|
UntagResourcesRequest.Builder |
resourceARNList(String... resourceARNList)
A list of ARNs.
|
UntagResourcesRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
|
UntagResourcesRequest.Builder |
tagKeys(String... tagKeys)
A list of the tag keys that you want to remove from the specified resources.
|
buildrequestOverrideConfigcopyapply, buildUntagResourcesRequest.Builder resourceARNList(Collection<String> resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
resourceARNList - A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a
minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600
characters. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.UntagResourcesRequest.Builder resourceARNList(String... resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
resourceARNList - A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a
minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600
characters. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.UntagResourcesRequest.Builder tagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
tagKeys - A list of the tag keys that you want to remove from the specified resources.UntagResourcesRequest.Builder tagKeys(String... tagKeys)
A list of the tag keys that you want to remove from the specified resources.
tagKeys - A list of the tag keys that you want to remove from the specified resources.UntagResourcesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UntagResourcesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.