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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3UriThe 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.
 
- 
statusSpecifies 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 be- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusSpecifies 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 be- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-