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 Details

    • 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

      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: