Interface S3ObjectTag.Builder

    • Method Detail

      • key

        S3ObjectTag.Builder key​(String key)

        The key of the tag.

        Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

        Parameters:
        key - The key of the tag.

        Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

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

        S3ObjectTag.Builder value​(String value)

        The value of the tag.

        Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

        Parameters:
        value - The value of the tag.

        Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

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