Interface BatchAlarmActionErrorEntry.Builder

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

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

    • requestId

      BatchAlarmActionErrorEntry.Builder requestId(String requestIdValue)

      The request ID. Each ID must be unique within each batch.

      Parameters:
      requestIdValue - The request ID. Each ID must be unique within each batch.
      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

      BatchAlarmActionErrorEntry.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.