Class CfnHttpApi.MutualTlsAuthenticationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sam.CfnHttpApi.MutualTlsAuthenticationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHttpApi.MutualTlsAuthenticationProperty>
- Enclosing interface:
- CfnHttpApi.MutualTlsAuthenticationProperty
@Stability(Stable)
public static final class CfnHttpApi.MutualTlsAuthenticationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHttpApi.MutualTlsAuthenticationProperty>
A builder for
CfnHttpApi.MutualTlsAuthenticationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.truststoreUri(String truststoreUri) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreUri()truststoreVersion(Boolean truststoreVersion) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreVersion()truststoreVersion(IResolvable truststoreVersion) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
truststoreUri
@Stability(Stable) public CfnHttpApi.MutualTlsAuthenticationProperty.Builder truststoreUri(String truststoreUri) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreUri()- Parameters:
truststoreUri-CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri.- Returns:
this
-
truststoreVersion
@Stability(Stable) public CfnHttpApi.MutualTlsAuthenticationProperty.Builder truststoreVersion(Boolean truststoreVersion) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreVersion()- Parameters:
truststoreVersion-CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion.- Returns:
this
-
truststoreVersion
@Stability(Stable) public CfnHttpApi.MutualTlsAuthenticationProperty.Builder truststoreVersion(IResolvable truststoreVersion) Sets the value ofCfnHttpApi.MutualTlsAuthenticationProperty.getTruststoreVersion()- Parameters:
truststoreVersion-CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHttpApi.MutualTlsAuthenticationProperty>- Returns:
- a new instance of
CfnHttpApi.MutualTlsAuthenticationProperty - Throws:
NullPointerException- if any required attribute was not provided
-