Class CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty>
- Enclosing interface:
CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty
@Stability(Stable)
public static final class CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressLists
(List<String> addressLists) build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addressLists
@Stability(Stable) public CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty.Builder addressLists(List<String> addressLists) - Parameters:
addressLists
- the value to be set. This parameter is required.- Returns:
this
-
attribute
@Stability(Stable) public CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty.Builder attribute(String attribute) - Parameters:
attribute
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty>
- Returns:
- a new instance of
CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-