Interface UntagResourceRequest.Builder

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