Class CfnMailManagerIngressPoint.TlsAuthConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMailManagerIngressPoint.TlsAuthConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMailManagerIngressPoint.TlsAuthConfigurationProperty>
- Enclosing interface:
CfnMailManagerIngressPoint.TlsAuthConfigurationProperty
@Stability(Stable)
public static final class CfnMailManagerIngressPoint.TlsAuthConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMailManagerIngressPoint.TlsAuthConfigurationProperty>
A builder for
CfnMailManagerIngressPoint.TlsAuthConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.trustStore(IResolvable trustStore) Sets the value ofCfnMailManagerIngressPoint.TlsAuthConfigurationProperty.getTrustStore()Sets the value ofCfnMailManagerIngressPoint.TlsAuthConfigurationProperty.getTrustStore()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
trustStore
@Stability(Stable) public CfnMailManagerIngressPoint.TlsAuthConfigurationProperty.Builder trustStore(IResolvable trustStore) Sets the value ofCfnMailManagerIngressPoint.TlsAuthConfigurationProperty.getTrustStore()- Parameters:
trustStore- the value to be set. This parameter is required.- Returns:
this
-
trustStore
@Stability(Stable) public CfnMailManagerIngressPoint.TlsAuthConfigurationProperty.Builder trustStore(CfnMailManagerIngressPoint.TrustStoreProperty trustStore) Sets the value ofCfnMailManagerIngressPoint.TlsAuthConfigurationProperty.getTrustStore()- Parameters:
trustStore- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMailManagerIngressPoint.TlsAuthConfigurationProperty>- Returns:
- a new instance of
CfnMailManagerIngressPoint.TlsAuthConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-