Interface UntagResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,PiRequest.Builder,SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagResourceRequest
public static interface UntagResourceRequest.Builder extends PiRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderresourceARN(String resourceARN)The Amazon RDS Performance Insights resource that the tags are added to.UntagResourceRequest.BuilderserviceType(String serviceType)List the tags for the Amazon Web Services service for which Performance Insights returns metrics.UntagResourceRequest.BuilderserviceType(ServiceType serviceType)List the tags for the Amazon Web Services service for which Performance Insights returns metrics.UntagResourceRequest.BuildertagKeys(String... tagKeys)The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.UntagResourceRequest.BuildertagKeys(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pi.model.PiRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
serviceType
UntagResourceRequest.Builder serviceType(String 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,ServiceType
-
serviceType
UntagResourceRequest.Builder serviceType(ServiceType 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,ServiceType
-
resourceARN
UntagResourceRequest.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).
- 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
UntagResourceRequest.Builder tagKeys(Collection<String> 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
UntagResourceRequest.Builder tagKeys(String... 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
-
-