Interface UntagResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>, PiRequest.Builder, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UntagResourceRequest

  • Method Details

    • 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 is RDS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 is RDS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder