Class TLSInspectionConfigurationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.networkfirewall.TLSInspectionConfigurationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TLSInspectionConfigurationReference>
- Enclosing interface:
TLSInspectionConfigurationReference
@Stability(Stable)
public static final class TLSInspectionConfigurationReference.Builder
extends Object
implements software.amazon.jsii.Builder<TLSInspectionConfigurationReference>
A builder for
TLSInspectionConfigurationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.tlsInspectionConfigurationArn(String tlsInspectionConfigurationArn) Sets the value ofTLSInspectionConfigurationReference.getTlsInspectionConfigurationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tlsInspectionConfigurationArn
@Stability(Stable) public TLSInspectionConfigurationReference.Builder tlsInspectionConfigurationArn(String tlsInspectionConfigurationArn) Sets the value ofTLSInspectionConfigurationReference.getTlsInspectionConfigurationArn()- Parameters:
tlsInspectionConfigurationArn- The TLSInspectionConfigurationArn of the TLSInspectionConfiguration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TLSInspectionConfigurationReference>- Returns:
- a new instance of
TLSInspectionConfigurationReference - Throws:
NullPointerException- if any required attribute was not provided
-