Interface ResourceTags.Builder

    • Method Detail

      • arn

        ResourceTags.Builder arn​(String arn)
        The Amazon Resource Name (ARN) of the resource.
        Parameters:
        arn - The Amazon Resource Name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ResourceTags.Builder tags​(Map<String,​String> tags)
        The tags for the resource.
        Parameters:
        tags - The tags for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.