Class CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty>
- Enclosing interface:
CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty
@Stability(Stable)
public static final class CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceArn(String resourceArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
@Stability(Stable) public CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty.getResourceArn()- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty>- Returns:
- a new instance of
CfnTLSInspectionConfigurationPropsMixin.ServerCertificateProperty - Throws:
NullPointerException- if any required attribute was not provided
-