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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchAlarmActionErrorEntry.BuildererrorCode(String errorCode)The error code.BatchAlarmActionErrorEntry.BuildererrorCode(ErrorCode errorCode)The error code.BatchAlarmActionErrorEntry.BuildererrorMessage(String errorMessage)A message that describes the error.BatchAlarmActionErrorEntry.BuilderrequestId(String requestIdValue)The request ID.-
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
-
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
BatchAlarmActionErrorEntry.Builder errorCode(String errorCode)
The error code.
-
errorCode
BatchAlarmActionErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
-
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.
-
-