public static class BatchError.Builder extends Object
| Constructor and Description | 
|---|
BatchError.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchError | 
build()  | 
BatchError.Builder | 
code(String code)  | 
BatchError.Builder | 
fromErrorEntry(BatchError in)  | 
BatchError.Builder | 
id(String id)  | 
BatchError.Builder | 
message(String message)  | 
BatchError.Builder | 
senderFault(boolean senderFault)  | 
public BatchError.Builder id(String id)
BatchError.getId()public BatchError.Builder senderFault(boolean senderFault)
BatchError.isSenderFault()public BatchError.Builder code(String code)
BatchError.getCode()public BatchError.Builder message(String message)
BatchError.getMessage()public BatchError build()
public BatchError.Builder fromErrorEntry(BatchError in)
Copyright © 2009-2013 jclouds. All Rights Reserved.