Interface DataSourceErrorMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>,SdkBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>,SdkPojo
- Enclosing class:
- DataSourceErrorMessage
public static interface DataSourceErrorMessage.Builder extends SdkPojo, CopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceErrorMessage.BuildererrorDetail(String errorDetail)The details of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorMessage.BuildererrorType(String errorType)The type of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorMessage.BuildererrorType(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, sdkFields
-
-
-
-
Method Detail
-
errorDetail
DataSourceErrorMessage.Builder errorDetail(String 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
DataSourceErrorMessage.Builder errorType(String 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:
DataSourceErrorType,DataSourceErrorType
-
errorType
DataSourceErrorMessage.Builder errorType(DataSourceErrorType 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:
DataSourceErrorType,DataSourceErrorType
-
-