Interface DataViewErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataViewErrorInfo.Builder,DataViewErrorInfo>,SdkBuilder<DataViewErrorInfo.Builder,DataViewErrorInfo>,SdkPojo
- Enclosing class:
- DataViewErrorInfo
public static interface DataViewErrorInfo.Builder extends SdkPojo, CopyableBuilder<DataViewErrorInfo.Builder,DataViewErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataViewErrorInfo.BuildererrorCategory(String errorCategory)The category of the error.DataViewErrorInfo.BuildererrorCategory(ErrorCategory errorCategory)The category of the error.DataViewErrorInfo.BuildererrorMessage(String errorMessage)The text of the error message.-
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
-
errorMessage
DataViewErrorInfo.Builder errorMessage(String errorMessage)
The text of the error message.
- Parameters:
errorMessage- The text of the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCategory
DataViewErrorInfo.Builder errorCategory(String errorCategory)
The category of the error.
-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
- Parameters:
errorCategory- The category of the error.-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ErrorCategory,ErrorCategory
-
-
errorCategory
DataViewErrorInfo.Builder errorCategory(ErrorCategory errorCategory)
The category of the error.
-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
- Parameters:
errorCategory- The category of the error.-
VALIDATION– The inputs to this request are invalid. -
SERVICE_QUOTA_EXCEEDED– Service quotas have been exceeded. Please contact AWS support to increase quotas. -
ACCESS_DENIED– Missing required permission to perform this request. -
RESOURCE_NOT_FOUND– One or more inputs to this request were not found. -
THROTTLING– The system temporarily lacks sufficient resources to process the request. -
INTERNAL_SERVICE_EXCEPTION– An internal service error has occurred. -
CANCELLED– Cancelled. -
USER_RECOVERABLE– A user recoverable error has occurred.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ErrorCategory,ErrorCategory
-
-
-