Interface TagOptionSummary.Builder

    • Method Detail

      • key

        TagOptionSummary.Builder key​(String key)

        The TagOption key.

        Parameters:
        key - The TagOption key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        TagOptionSummary.Builder values​(Collection<String> values)

        The TagOption value.

        Parameters:
        values - The TagOption value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        TagOptionSummary.Builder values​(String... values)

        The TagOption value.

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