Interface TagOptionDetail.Builder

    • Method Detail

      • key

        TagOptionDetail.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.
      • value

        TagOptionDetail.Builder value​(String value)

        The TagOption value.

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

        TagOptionDetail.Builder active​(Boolean active)

        The TagOption active state.

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

        TagOptionDetail.Builder id​(String id)

        The TagOption identifier.

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

        TagOptionDetail.Builder owner​(String owner)

        The Amazon Web Services account Id of the owner account that created the TagOption.

        Parameters:
        owner - The Amazon Web Services account Id of the owner account that created the TagOption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.