Class CfnAnalysisTemplate.ErrorMessageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisTemplate.ErrorMessageConfigurationProperty>
- Enclosing interface:
CfnAnalysisTemplate.ErrorMessageConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisTemplate.ErrorMessageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisTemplate.ErrorMessageConfigurationProperty>
A builder for
CfnAnalysisTemplate.ErrorMessageConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysisTemplate.ErrorMessageConfigurationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnAnalysisTemplate.ErrorMessageConfigurationProperty.Builder type(String type) Sets the value ofCfnAnalysisTemplate.ErrorMessageConfigurationProperty.getType()
- Parameters:
type
- The level of detail for error messages returned by the PySpark job. This parameter is required. 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysisTemplate.ErrorMessageConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysisTemplate.ErrorMessageConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-