Interface DataSourceErrorMessage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceErrorMessage.Builder,
,DataSourceErrorMessage> SdkBuilder<DataSourceErrorMessage.Builder,
,DataSourceErrorMessage> SdkPojo
- Enclosing class:
DataSourceErrorMessage
@Mutable
@NotThreadSafe
public static interface DataSourceErrorMessage.Builder
extends SdkPojo, CopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
-
Method Summary
Modifier and TypeMethodDescriptionerrorDetail
(String errorDetail) The details of the error message that is returned if the operation cannot be successfully completed.The type of the error message that is returned if the operation cannot be successfully completed.errorType
(DataSourceErrorType errorType) The type of the error message that is returned if the operation cannot be successfully completed.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
-
errorDetail
The details of the error message that is returned if the operation cannot be successfully completed.
- Parameters:
errorDetail
- The details of the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
The type of the error message that is returned if the operation cannot be successfully completed.
- Parameters:
errorType
- The type of the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorType
The type of the error message that is returned if the operation cannot be successfully completed.
- Parameters:
errorType
- The type of the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-