Interface EntryLimitsConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EntryLimitsConfig.Builder,,EntryLimitsConfig> SdkBuilder<EntryLimitsConfig.Builder,,EntryLimitsConfig> SdkPojo
- Enclosing class:
EntryLimitsConfig
@Mutable
@NotThreadSafe
public static interface EntryLimitsConfig.Builder
extends SdkPojo, CopyableBuilder<EntryLimitsConfig.Builder,EntryLimitsConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmaxEntryCount(Integer maxEntryCount) Maximum number of times a participant can enter the campaign.minEntryInterval(String minEntryInterval) Minimum time interval that must pass before a participant can enter the campaign again.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxEntryCount
Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
- Parameters:
maxEntryCount- Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minEntryInterval
Minimum time interval that must pass before a participant can enter the campaign again.
- Parameters:
minEntryInterval- Minimum time interval that must pass before a participant can enter the campaign again.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-