Uses of Interface
software.amazon.awssdk.services.sqs.model.BatchResultErrorEntry.Builder
-
Packages that use BatchResultErrorEntry.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of BatchResultErrorEntry.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return BatchResultErrorEntry.Builder Modifier and Type Method Description static BatchResultErrorEntry.BuilderBatchResultErrorEntry. builder()BatchResultErrorEntry.BuilderBatchResultErrorEntry.Builder. code(String code)An error code representing why the action failed on this entry.BatchResultErrorEntry.BuilderBatchResultErrorEntry.Builder. id(String id)TheIdof an entry in a batch request.BatchResultErrorEntry.BuilderBatchResultErrorEntry.Builder. message(String message)A message explaining why the action failed on this entry.BatchResultErrorEntry.BuilderBatchResultErrorEntry.Builder. senderFault(Boolean senderFault)Specifies whether the error happened due to the caller of the batch API action.BatchResultErrorEntry.BuilderBatchResultErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type BatchResultErrorEntry.Builder Modifier and Type Method Description static Class<? extends BatchResultErrorEntry.Builder>BatchResultErrorEntry. serializableBuilderClass()
-