Class CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rum.CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty>
- Enclosing interface:
CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty
@Stability(Stable)
public static final class CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty>
A builder for
CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.getS3Uri()Sets the value ofCfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
@Stability(Stable) public CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Builder s3Uri(String s3Uri) Sets the value ofCfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.getS3Uri()- Parameters:
s3Uri- The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.- Returns:
this
-
status
@Stability(Stable) public CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.Builder status(String status) Sets the value ofCfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty.getStatus()- Parameters:
status- Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to beDISABLED.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty>- Returns:
- a new instance of
CfnAppMonitorPropsMixin.JavaScriptSourceMapsProperty - Throws:
NullPointerException- if any required attribute was not provided
-