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
Modifier and TypeMethodDescriptionThe error code.The error code.errorMessage
(String errorMessage) A message that describes the error.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 Details
-
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
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
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.
-