org.jclouds.sqs.domain
Class BatchResult.Builder<V>
java.lang.Object
org.jclouds.sqs.domain.BatchResult.Builder<V>
- Enclosing class:
- BatchResult<V>
public static class BatchResult.Builder<V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchResult.Builder
public BatchResult.Builder()
addError
public BatchResult.Builder<V> addError(BatchError error)
- See Also:
BatchResult.getErrors()
errors
public BatchResult.Builder<V> errors(Iterable<BatchError> errors)
- See Also:
BatchResult.getErrors()
putAll
public BatchResult.Builder<V> putAll(Map<String,V> results)
- See Also:
ForwardingMap.get(java.lang.Object)
put
public BatchResult.Builder<V> put(String name,
V value)
- See Also:
ForwardingMap.get(java.lang.Object)
build
public BatchResult<V> build()
fromBatchResult
public BatchResult.Builder<V> fromBatchResult(BatchResult<V> in)
Copyright © 2009-2012 jclouds. All Rights Reserved.