| Modifier and Type | Class and Description |
|---|---|
static class |
CreateQueueOptions.Builder |
| Constructor and Description |
|---|
CreateQueueOptions() |
| Modifier and Type | Method and Description |
|---|---|
CreateQueueOptions |
attribute(String name,
String value) |
CreateQueueOptions |
attributes(Map<String,String> attributes) |
com.google.common.collect.Multimap<String,String> |
buildFormParameters() |
CreateQueueOptions |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
CreateQueueOptions |
visibilityTimeout(int visibilityTimeout)
The duration (in seconds) that the received messages are hidden from
subsequent retrieve requests after being retrieved by a CreateQueue
request.
|
public CreateQueueOptions visibilityTimeout(int visibilityTimeout)
visibilityTimeout - Constraints: 0 to 43200 (maximum 12 hours)
Default: The visibility timeout for the queuepublic CreateQueueOptions attributes(Map<String,String> attributes)
public CreateQueueOptions attribute(String name, String value)
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 CreateQueueOptions 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.