Class CfnMailManagerIngressPoint.IngressPointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerIngressPoint.IngressPointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerIngressPoint.IngressPointConfigurationProperty>
- Enclosing interface:
CfnMailManagerIngressPoint.IngressPointConfigurationProperty
@Stability(Stable)
public static final class CfnMailManagerIngressPoint.IngressPointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerIngressPoint.IngressPointConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.smtpPassword(String smtpPassword)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretArn
@Stability(Stable) public CfnMailManagerIngressPoint.IngressPointConfigurationProperty.Builder secretArn(String secretArn) - Parameters:
secretArn- The SecretsManager::Secret ARN of the ingress endpoint resource.- Returns:
this
-
smtpPassword
@Stability(Stable) public CfnMailManagerIngressPoint.IngressPointConfigurationProperty.Builder smtpPassword(String smtpPassword) - Parameters:
smtpPassword- The password of the ingress endpoint resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerIngressPoint.IngressPointConfigurationProperty>- Returns:
- a new instance of
CfnMailManagerIngressPoint.IngressPointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-