Interface ErrorDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorDetail.Builder,
,ErrorDetail> SdkBuilder<ErrorDetail.Builder,
,ErrorDetail> SdkPojo
- Enclosing class:
ErrorDetail
public static interface ErrorDetail.Builder
extends SdkPojo, CopyableBuilder<ErrorDetail.Builder,ErrorDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe code associated with the data source sync error.The code associated with the data source sync error.errorMessage
(String errorMessage) The message explaining the data source sync error.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 Details
-
errorMessage
The message explaining the data source sync error.
- Parameters:
errorMessage
- The message explaining the data source sync error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The code associated with the data source sync error.
- Parameters:
errorCode
- The code associated with the data source sync error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The code associated with the data source sync error.
- Parameters:
errorCode
- The code associated with the data source sync error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-