public static interface UntagResourceRequest.Builder extends PiRequest.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 RDS Performance Insights resource that the tags are added to.
|
UntagResourceRequest.Builder |
serviceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
UntagResourceRequest.Builder |
serviceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder serviceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value
is RDS.
serviceType - List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
Valid value is RDS.ServiceType,
ServiceTypeUntagResourceRequest.Builder serviceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value
is RDS.
serviceType - List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
Valid value is RDS.ServiceType,
ServiceTypeUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
resourceARN - The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon
Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
tagKeys - The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
tagKeys - The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.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.