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 Details

    • 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:
    • 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: