| Modifier and Type | Class and Description |
|---|---|
static class |
ReceiveMessageOptions.Builder |
| Constructor and Description |
|---|
ReceiveMessageOptions() |
| Modifier and Type | Method and Description |
|---|---|
ReceiveMessageOptions |
attribute(String attribute) |
ReceiveMessageOptions |
attributes(Iterable<String> attributes)
The attribute you want to get.
|
com.google.common.collect.Multimap<String,String> |
buildFormParameters() |
ReceiveMessageOptions |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
ReceiveMessageOptions |
visibilityTimeout(Integer visibilityTimeout)
The duration (in seconds) that the received messages are hidden from
subsequent retrieve requests after being retrieved by a ReceiveMessage
request.
|
public ReceiveMessageOptions visibilityTimeout(Integer visibilityTimeout)
visibilityTimeout - Constraints: 0 to 43200 (maximum 12 hours)
Default: The visibility timeout for the queuepublic ReceiveMessageOptions attributes(Iterable<String> attributes)
public ReceiveMessageOptions attribute(String attribute)
attributespublic com.google.common.collect.Multimap<String,String> buildFormParameters()
buildFormParameters in interface org.jclouds.http.options.HttpRequestOptionsbuildFormParameters in class org.jclouds.http.options.BaseHttpRequestOptionspublic int hashCode()
hashCode in class org.jclouds.http.options.BaseHttpRequestOptionspublic ReceiveMessageOptions clone()
public boolean equals(Object obj)
equals in class org.jclouds.http.options.BaseHttpRequestOptionspublic String toString()
toString in class org.jclouds.http.options.BaseHttpRequestOptionsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.