public static interface UntagResourceRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource or resources from which to delete tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags to be removed.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags to be removed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags
with the following Device Farm resources: PROJECT, RUN,
NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE,
SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION.
resourceARN - The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can
associate tags with the following Device Farm resources: PROJECT, RUN,
NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE,
SESSION, DEVICE_POOL, DEVICE, and
VPCE_CONFIGURATION.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags to be removed.
tagKeys - The keys of the tags to be removed.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags to be removed.
tagKeys - The keys of the tags to be removed.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.