Interface CommunicationLimit.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CommunicationLimit.Builder,,CommunicationLimit> SdkBuilder<CommunicationLimit.Builder,,CommunicationLimit> SdkPojo
- Enclosing class:
CommunicationLimit
@Mutable
@NotThreadSafe
public static interface CommunicationLimit.Builder
extends SdkPojo, CopyableBuilder<CommunicationLimit.Builder,CommunicationLimit>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of days to consider with regards to this limit.maxCountPerRecipient(Integer maxCountPerRecipient) Maximum number of contacts allowed for a given target within the given frequency.Sets the value of the Unit property for this object.Sets the value of the Unit property for this object.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
-
maxCountPerRecipient
Maximum number of contacts allowed for a given target within the given frequency.
- Parameters:
maxCountPerRecipient- Maximum number of contacts allowed for a given target within the given frequency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequency
The number of days to consider with regards to this limit.
- Parameters:
frequency- The number of days to consider with regards to this limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
Sets the value of the Unit property for this object.- Parameters:
unit- The new value for the Unit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
Sets the value of the Unit property for this object.- Parameters:
unit- The new value for the Unit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-