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