Uses of Interface
software.amazon.awssdk.services.repostspace.model.BatchError.Builder
-
Packages that use BatchError.Builder Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of BatchError.Builder in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return BatchError.Builder Modifier and Type Method Description BatchError.BuilderBatchError.Builder. accessorId(String accessorId)The accessor identifier that's related to the error.static BatchError.BuilderBatchError. builder()BatchError.BuilderBatchError.Builder. error(Integer error)The error code.BatchError.BuilderBatchError.Builder. message(String message)Description of the error.BatchError.BuilderBatchError. toBuilder()Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type BatchError.Builder Modifier and Type Method Description static Class<? extends BatchError.Builder>BatchError. serializableBuilderClass()
-