Interface ErrorMessageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorMessageConfiguration.Builder,
,ErrorMessageConfiguration> SdkBuilder<ErrorMessageConfiguration.Builder,
,ErrorMessageConfiguration> SdkPojo
- Enclosing class:
ErrorMessageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe level of detail for error messages returned by the PySpark job.type
(ErrorMessageType type) The level of detail for error messages returned by the PySpark job.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
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-