org.jclouds.sqs.options
Class ReceiveMessageOptions.Builder

java.lang.Object
  extended by org.jclouds.sqs.options.ReceiveMessageOptions.Builder
Enclosing class:
ReceiveMessageOptions

public static class ReceiveMessageOptions.Builder
extends Object


Constructor Summary
ReceiveMessageOptions.Builder()
           
 
Method Summary
static ReceiveMessageOptions attribute(String attribute)
           
static ReceiveMessageOptions attributes(Iterable<String> attributes)
           
static ReceiveMessageOptions visibilityTimeout(Integer visibilityTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiveMessageOptions.Builder

public ReceiveMessageOptions.Builder()
Method Detail

visibilityTimeout

public static ReceiveMessageOptions visibilityTimeout(Integer visibilityTimeout)
See Also:
ReceiveMessageOptions.visibilityTimeout

attribute

public static ReceiveMessageOptions attribute(String attribute)
See Also:
ReceiveMessageOptions.attribute(java.lang.String)

attributes

public static ReceiveMessageOptions attributes(Iterable<String> attributes)
See Also:
ReceiveMessageOptions.attributes


Copyright © 2009-2012 jclouds. All Rights Reserved.