Package org.jclouds.sqs.options
Class ReceiveMessageOptions.Builder
- java.lang.Object
-
- org.jclouds.sqs.options.ReceiveMessageOptions.Builder
-
- Enclosing class:
- ReceiveMessageOptions
public static class ReceiveMessageOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReceiveMessageOptions
attribute(String attribute)
static ReceiveMessageOptions
attributes(Iterable<String> attributes)
static ReceiveMessageOptions
visibilityTimeout(Integer visibilityTimeout)
-
-
-
Method Detail
-
visibilityTimeout
public static ReceiveMessageOptions visibilityTimeout(Integer visibilityTimeout)
- See Also:
ReceiveMessageOptions.visibilityTimeout
-
attribute
public static ReceiveMessageOptions attribute(String attribute)
-
attributes
public static ReceiveMessageOptions attributes(Iterable<String> attributes)
- See Also:
ReceiveMessageOptions.attributes
-
-