Interface IngressIsInAddressList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressIsInAddressList.Builder,
,IngressIsInAddressList> SdkBuilder<IngressIsInAddressList.Builder,
,IngressIsInAddressList> SdkPojo
- Enclosing class:
IngressIsInAddressList
@Mutable
@NotThreadSafe
public static interface IngressIsInAddressList.Builder
extends SdkPojo, CopyableBuilder<IngressIsInAddressList.Builder,IngressIsInAddressList>
-
Method Summary
Modifier and TypeMethodDescriptionaddressLists
(String... addressLists) The address lists that will be used for evaluation.addressLists
(Collection<String> addressLists) The address lists that will be used for evaluation.The email attribute that needs to be evaluated against the address list.attribute
(IngressAddressListEmailAttribute 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 Details
-
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
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
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:
-
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:
-