Interface S3Tag.Builder

    • Method Detail

      • key

        S3Tag.Builder key​(String key)

        The name assigned to the tag that you create.

        Parameters:
        key - The name assigned to the tag that you create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        S3Tag.Builder value​(String value)

        The value that corresponds to the key.

        Parameters:
        value - The value that corresponds to the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.