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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateDetectorErrorEntry.BuildererrorCode(String errorCode)The error code.BatchUpdateDetectorErrorEntry.BuildererrorCode(ErrorCode errorCode)The error code.BatchUpdateDetectorErrorEntry.BuildererrorMessage(String errorMessage)A message that describes the error.BatchUpdateDetectorErrorEntry.BuildermessageId(String messageId)The"messageId"of the update request that caused the error.-
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
-
messageId
BatchUpdateDetectorErrorEntry.Builder messageId(String 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
BatchUpdateDetectorErrorEntry.Builder errorCode(String errorCode)
The error code.
-
errorCode
BatchUpdateDetectorErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
-
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.
-
-