Class MailManagerIngressPointReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ses.MailManagerIngressPointReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MailManagerIngressPointReference>
- Enclosing interface:
MailManagerIngressPointReference
@Stability(Stable)
public static final class MailManagerIngressPointReference.Builder
extends Object
implements software.amazon.jsii.Builder<MailManagerIngressPointReference>
A builder for
MailManagerIngressPointReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ingressPointId(String ingressPointId) Sets the value ofMailManagerIngressPointReference.getIngressPointId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ingressPointId
@Stability(Stable) public MailManagerIngressPointReference.Builder ingressPointId(String ingressPointId) Sets the value ofMailManagerIngressPointReference.getIngressPointId()- Parameters:
ingressPointId- The IngressPointId of the MailManagerIngressPoint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MailManagerIngressPointReference>- Returns:
- a new instance of
MailManagerIngressPointReference - Throws:
NullPointerException- if any required attribute was not provided
-