Uses of Interface
software.amazon.awssdk.services.honeycode.model.FailedBatchItem.Builder
-
Packages that use FailedBatchItem.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of FailedBatchItem.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return FailedBatchItem.Builder Modifier and Type Method Description static FailedBatchItem.BuilderFailedBatchItem. builder()FailedBatchItem.BuilderFailedBatchItem.Builder. errorMessage(String errorMessage)The error message that indicates why the batch item failed.FailedBatchItem.BuilderFailedBatchItem.Builder. id(String id)The id of the batch item that failed.FailedBatchItem.BuilderFailedBatchItem. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type FailedBatchItem.Builder Modifier and Type Method Description static Class<? extends FailedBatchItem.Builder>FailedBatchItem. serializableBuilderClass()
-