Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The ARN of the canary or group that you're removing tags from.

        The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name .

        The ARN format of a group is arn:aws:synthetics:Region:account-id:group:group-name

        Parameters:
        resourceArn - The ARN of the canary or group that you're removing tags from.

        The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name .

        The ARN format of a group is arn:aws:synthetics:Region:account-id:group:group-name

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The list of tag keys to remove from the resource.

        Parameters:
        tagKeys - The list of tag keys to remove from the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The list of tag keys to remove from the resource.

        Parameters:
        tagKeys - The list of tag keys to remove from the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.