org.jclouds.sqs.domain
Class BatchError.Builder
java.lang.Object
org.jclouds.sqs.domain.BatchError.Builder
- Enclosing class:
- BatchError
public static class BatchError.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchError.Builder
public BatchError.Builder()
id
public BatchError.Builder id(String id)
- See Also:
BatchError.getId()
senderFault
public BatchError.Builder senderFault(boolean senderFault)
- See Also:
BatchError.isSenderFault()
code
public BatchError.Builder code(String code)
- See Also:
BatchError.getCode()
message
public BatchError.Builder message(String message)
- See Also:
BatchError.getMessage()
build
public BatchError build()
fromErrorEntry
public BatchError.Builder fromErrorEntry(BatchError in)
Copyright © 2009-2013 jclouds. All Rights Reserved.