Interface JavaScriptSourceMaps.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JavaScriptSourceMaps.Builder,
,JavaScriptSourceMaps> SdkBuilder<JavaScriptSourceMaps.Builder,
,JavaScriptSourceMaps> SdkPojo
- Enclosing class:
JavaScriptSourceMaps
@Mutable
@NotThreadSafe
public static interface JavaScriptSourceMaps.Builder
extends SdkPojo, CopyableBuilder<JavaScriptSourceMaps.Builder,JavaScriptSourceMaps>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3Uri of the bucket or folder that stores the source map files.Specifies whether JavaScript error stack traces should be unminified for this app monitor.status
(DeobfuscationStatus status) Specifies whether JavaScript error stack traces should be unminified for this app monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.
- Parameters:
s3Uri
- The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to be
DISABLED
.- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to be
DISABLED
.- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-