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