Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyErrorEntry.Builder
-
Packages that use BatchPutAssetPropertyErrorEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchPutAssetPropertyErrorEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchPutAssetPropertyErrorEntry.Builder Modifier and Type Method Description static BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry. builder()BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. entryId(String entryId)The ID of the failed entry.BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. errors(Collection<BatchPutAssetPropertyError> errors)The list of update property value errors.BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. errors(Consumer<BatchPutAssetPropertyError.Builder>... errors)The list of update property value errors.BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. errors(BatchPutAssetPropertyError... errors)The list of update property value errors.BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchPutAssetPropertyErrorEntry.Builder Modifier and Type Method Description static Class<? extends BatchPutAssetPropertyErrorEntry.Builder>BatchPutAssetPropertyErrorEntry. serializableBuilderClass()
-