Class CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty>
- Enclosing interface:
CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty
@Stability(Stable)
public static final class CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serverCertificateConfigurations(List<? extends Object> serverCertificateConfigurations) serverCertificateConfigurations(IResolvable serverCertificateConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serverCertificateConfigurations
@Stability(Stable) public CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder serverCertificateConfigurations(IResolvable serverCertificateConfigurations) Sets the value ofCfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.getServerCertificateConfigurations()- Parameters:
serverCertificateConfigurations- Lists the server certificate configurations that are associated with the TLS configuration.- Returns:
this
-
serverCertificateConfigurations
@Stability(Stable) public CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder serverCertificateConfigurations(List<? extends Object> serverCertificateConfigurations) Sets the value ofCfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.getServerCertificateConfigurations()- Parameters:
serverCertificateConfigurations- Lists the server certificate configurations that are associated with the TLS configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty>- Returns:
- a new instance of
CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-