Class CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty>
- Enclosing interface:
CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty.Builder type(String type) - Parameters:
type- The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.Because this setting may expose sensitive data, it is recommended for development and testing environments.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisTemplatePropsMixin.ErrorMessageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-