org.jclouds.sqs.domain
Class BatchError.Builder

java.lang.Object
  extended by org.jclouds.sqs.domain.BatchError.Builder
Enclosing class:
BatchError

public static class BatchError.Builder
extends Object


Constructor Summary
BatchError.Builder()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchError.Builder

public BatchError.Builder()
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)


Copyright © 2009-2013 jclouds. All Rights Reserved.