Interface AudienceSize.Builder

    • Method Detail

      • type

        AudienceSize.Builder type​(String type)

        Whether the audience size is defined in absolute terms or as a percentage. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.

        Parameters:
        type - Whether the audience size is defined in absolute terms or as a percentage. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AudienceSizeType, AudienceSizeType
      • type

        AudienceSize.Builder type​(AudienceSizeType type)

        Whether the audience size is defined in absolute terms or as a percentage. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.

        Parameters:
        type - Whether the audience size is defined in absolute terms or as a percentage. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AudienceSizeType, AudienceSizeType
      • value

        AudienceSize.Builder value​(Integer value)

        Specify an audience size value.

        Parameters:
        value - Specify an audience size value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.