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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxCountPerRecipientMaximum 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.
 
- 
frequencyThe 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.
 
- 
unitSets 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:
 
- 
unitSets 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:
 
 
-