Interface TagResourceRequest.Builder

    • Method Detail

      • resourceArn

        TagResourceRequest.Builder resourceArn​(String resourceArn)

        An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

        Parameters:
        resourceArn - An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TagResourceRequest.Builder tags​(Map<String,​String> tags)

        Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this is the structure to assign tags: [{"Key":"string","Value":"string"}].

        Parameters:
        tags - Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this is the structure to assign tags: [{"Key":"string","Value":"string"}].
        Returns:
        Returns a reference to this object so that method calls can be chained together.