Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.BatchAlarmActionErrorEntry.Builder
-
Packages that use BatchAlarmActionErrorEntry.Builder Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchAlarmActionErrorEntry.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return BatchAlarmActionErrorEntry.Builder Modifier and Type Method Description static BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry. builder()BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry.Builder. errorCode(String errorCode)The error code.BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry.Builder. errorCode(ErrorCode errorCode)The error code.BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry.Builder. errorMessage(String errorMessage)A message that describes the error.BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry.Builder. requestId(String requestIdValue)The request ID.BatchAlarmActionErrorEntry.BuilderBatchAlarmActionErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchAlarmActionErrorEntry.Builder Modifier and Type Method Description static Class<? extends BatchAlarmActionErrorEntry.Builder>BatchAlarmActionErrorEntry. serializableBuilderClass()
-