public static interface UntagResourceRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the resource with the tags to be listed.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of tags that are attached to the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of tags that are attached to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder instanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about
ARNs, see Amazon Resource Names (ARNs) and
AWS Service Namespaces in the AWS General Reference.UntagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the resource with the tags to be listed.
resourceArn - The ARN of the resource with the tags to be listed.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of tags that are attached to the resource.
tagKeys - The keys of tags that are attached to the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of tags that are attached to the resource.
tagKeys - The keys of tags that are attached to the resource.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.