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 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.