Interface RuleIsInAddressList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleIsInAddressList.Builder,RuleIsInAddressList>,SdkBuilder<RuleIsInAddressList.Builder,RuleIsInAddressList>,SdkPojo
- Enclosing class:
- RuleIsInAddressList
public static interface RuleIsInAddressList.Builder extends SdkPojo, CopyableBuilder<RuleIsInAddressList.Builder,RuleIsInAddressList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleIsInAddressList.BuilderaddressLists(String... addressLists)The address lists that will be used for evaluation.RuleIsInAddressList.BuilderaddressLists(Collection<String> addressLists)The address lists that will be used for evaluation.RuleIsInAddressList.Builderattribute(String attribute)The email attribute that needs to be evaluated against the address list.RuleIsInAddressList.Builderattribute(RuleAddressListEmailAttribute attribute)The email attribute that needs to be evaluated against the address list.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
addressLists
RuleIsInAddressList.Builder addressLists(Collection<String> addressLists)
The address lists that will be used for evaluation.
- Parameters:
addressLists- The address lists that will be used for evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressLists
RuleIsInAddressList.Builder addressLists(String... addressLists)
The address lists that will be used for evaluation.
- Parameters:
addressLists- The address lists that will be used for evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attribute
RuleIsInAddressList.Builder attribute(String attribute)
The email attribute that needs to be evaluated against the address list.
- Parameters:
attribute- The email attribute that needs to be evaluated against the address list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleAddressListEmailAttribute,RuleAddressListEmailAttribute
-
attribute
RuleIsInAddressList.Builder attribute(RuleAddressListEmailAttribute attribute)
The email attribute that needs to be evaluated against the address list.
- Parameters:
attribute- The email attribute that needs to be evaluated against the address list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleAddressListEmailAttribute,RuleAddressListEmailAttribute
-
-