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