Interface UntagResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagResourceRequest.Builder,,UntagResourceRequest> PiRequest.Builder,SdkBuilder<UntagResourceRequest.Builder,,UntagResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagResourceRequest
@Mutable
@NotThreadSafe
public static interface UntagResourceRequest.Builder
extends PiRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceARN(String resourceARN) The Amazon RDS Performance Insights resource that the tags are added to.serviceType(String serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.tagKeys(Collection<String> tagKeys) The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pi.model.PiRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceType
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceType
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is
RDS.- Parameters:
serviceType- List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value isRDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
- Parameters:
tagKeys- The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
- Parameters:
tagKeys- The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-