public static interface UntagResourceRequest.Builder extends WellArchitectedRequest.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 |
tagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys.
|
UntagResourceRequest.Builder |
workloadArn(String workloadArn)
Sets the value of the WorkloadArn property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder workloadArn(String workloadArn)
workloadArn - The new value for the WorkloadArn property for this object.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from
the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from
the resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.