Interface AudienceSize.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AudienceSize.Builder,AudienceSize>, SdkBuilder<AudienceSize.Builder,AudienceSize>, SdkPojo
Enclosing class:
AudienceSize

public static interface AudienceSize.Builder extends SdkPojo, CopyableBuilder<AudienceSize.Builder,AudienceSize>
  • Method Details

    • 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:
    • 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:
    • 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.