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