Package 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
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchErrorbuild()BatchError.Buildercode(String code)BatchError.BuilderfromErrorEntry(BatchError in)BatchError.Builderid(String id)BatchError.Buildermessage(String message)BatchError.BuildersenderFault(boolean senderFault)
-
-
-
Method Detail
-
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)
-
-