Class CfnAppMonitor.DeobfuscationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rum.CfnAppMonitor.DeobfuscationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppMonitor.DeobfuscationConfigurationProperty>
- Enclosing interface:
CfnAppMonitor.DeobfuscationConfigurationProperty
@Stability(Stable)
public static final class CfnAppMonitor.DeobfuscationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppMonitor.DeobfuscationConfigurationProperty>
A builder for
CfnAppMonitor.DeobfuscationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.javaScriptSourceMaps(IResolvable javaScriptSourceMaps) javaScriptSourceMaps(CfnAppMonitor.JavaScriptSourceMapsProperty javaScriptSourceMaps)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
javaScriptSourceMaps
@Stability(Stable) public CfnAppMonitor.DeobfuscationConfigurationProperty.Builder javaScriptSourceMaps(IResolvable javaScriptSourceMaps) - Parameters:
javaScriptSourceMaps- A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.- Returns:
this
-
javaScriptSourceMaps
@Stability(Stable) public CfnAppMonitor.DeobfuscationConfigurationProperty.Builder javaScriptSourceMaps(CfnAppMonitor.JavaScriptSourceMapsProperty javaScriptSourceMaps) - Parameters:
javaScriptSourceMaps- A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppMonitor.DeobfuscationConfigurationProperty>- Returns:
- a new instance of
CfnAppMonitor.DeobfuscationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-