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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceSize.Buildertype(String type)Whether the audience size is defined in absolute terms or as a percentage.AudienceSize.Buildertype(AudienceSizeType type)Whether the audience size is defined in absolute terms or as a percentage.AudienceSize.Buildervalue(Integer value)Specify an audience size value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
ABSOLUTEAudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentageAudienceSize 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 theABSOLUTEAudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentageAudienceSize 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
ABSOLUTEAudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentageAudienceSize 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 theABSOLUTEAudienceSize to configure out audience sizes using the count of identifiers in the output. You can use thePercentageAudienceSize 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.
-
-