Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceARN

        UntagResourceRequest.Builder resourceARN​(String resourceARN)

        The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags with the following Device Farm resources: PROJECT, RUN, NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE, SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION.

        Parameters:
        resourceARN - The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags with the following Device Farm resources: PROJECT, RUN, NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE, SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagResourceRequest.Builder tagKeys​(Collection<String> tagKeys)

        The keys of the tags to be removed.

        Parameters:
        tagKeys - The keys of the tags to be removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagResourceRequest.Builder tagKeys​(String... tagKeys)

        The keys of the tags to be removed.

        Parameters:
        tagKeys - The keys of the tags to be removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.