Interface GetObjectTaggingResponse.Builder

    • Method Detail

      • versionId

        GetObjectTaggingResponse.Builder versionId​(String versionId)

        The versionId of the object for which you got the tagging information.

        Parameters:
        versionId - The versionId of the object for which you got the tagging information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSet

        GetObjectTaggingResponse.Builder tagSet​(Collection<Tag> tagSet)

        Contains the tag set.

        Parameters:
        tagSet - Contains the tag set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSet

        GetObjectTaggingResponse.Builder tagSet​(Tag... tagSet)

        Contains the tag set.

        Parameters:
        tagSet - Contains the tag set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.