Interface BatchUpdateDetectorErrorEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchUpdateDetectorErrorEntry.Builder,BatchUpdateDetectorErrorEntry>, SdkBuilder<BatchUpdateDetectorErrorEntry.Builder,BatchUpdateDetectorErrorEntry>, SdkPojo
Enclosing class:
BatchUpdateDetectorErrorEntry

public static interface BatchUpdateDetectorErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateDetectorErrorEntry.Builder,BatchUpdateDetectorErrorEntry>
  • Method Details

    • messageId

      The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

      Parameters:
      messageId - The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      BatchUpdateDetectorErrorEntry.Builder errorMessage(String errorMessage)

      A message that describes the error.

      Parameters:
      errorMessage - A message that describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.