Interface BatchDeleteDetectorErrorEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteDetectorErrorEntry.Builder,BatchDeleteDetectorErrorEntry>,SdkBuilder<BatchDeleteDetectorErrorEntry.Builder,BatchDeleteDetectorErrorEntry>,SdkPojo
- Enclosing class:
- BatchDeleteDetectorErrorEntry
public static interface BatchDeleteDetectorErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchDeleteDetectorErrorEntry.Builder,BatchDeleteDetectorErrorEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteDetectorErrorEntry.BuildererrorCode(String errorCode)The error code.BatchDeleteDetectorErrorEntry.BuildererrorCode(ErrorCode errorCode)The error code.BatchDeleteDetectorErrorEntry.BuildererrorMessage(String errorMessage)A message that describes the error.BatchDeleteDetectorErrorEntry.BuildermessageId(String messageId)The ID of the message 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
BatchDeleteDetectorErrorEntry.Builder messageId(String messageId)
The ID of the message that caused the error. (See the value of the
"messageId"in the detectors object of theDeleteDetectorRequest.)- Parameters:
messageId- The ID of the message that caused the error. (See the value of the"messageId"in the detectors object of theDeleteDetectorRequest.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchDeleteDetectorErrorEntry.Builder errorCode(String errorCode)
The error code.
-
errorCode
BatchDeleteDetectorErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
-
errorMessage
BatchDeleteDetectorErrorEntry.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.
-
-