public static class BatchResult.Builder<V> extends Object
Constructor and Description |
---|
BatchResult.Builder() |
Modifier and Type | Method and Description |
---|---|
BatchResult.Builder<V> |
addError(BatchError error) |
BatchResult<V> |
build() |
BatchResult.Builder<V> |
errors(Iterable<BatchError> errors) |
BatchResult.Builder<V> |
fromBatchResult(BatchResult<V> in) |
BatchResult.Builder<V> |
put(String name,
V value) |
BatchResult.Builder<V> |
putAll(Map<String,V> results) |
public BatchResult.Builder<V> addError(BatchError error)
BatchResult.getErrors()
public BatchResult.Builder<V> errors(Iterable<BatchError> errors)
BatchResult.getErrors()
public BatchResult.Builder<V> putAll(Map<String,V> results)
ForwardingMap.get(java.lang.Object)
public BatchResult.Builder<V> put(String name, V value)
ForwardingMap.get(java.lang.Object)
public BatchResult<V> build()
public BatchResult.Builder<V> fromBatchResult(BatchResult<V> in)
Copyright © 2009-2013 jclouds. All Rights Reserved.