Interface KeyValuePair.Builder

    • Method Detail

      • key

        KeyValuePair.Builder key​(String key)

        One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.

        Parameters:
        key - One part of a key-value pair that comprises a tag. A tag key is a general label that acts as a category for more specific tag values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        KeyValuePair.Builder value​(String value)

        One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.

        Parameters:
        value - One part of a key-value pair that comprises a tag. A tag value acts as a descriptor for a tag key. A tag value can be an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.