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