| Modifier and Type | Class and Description |
|---|---|
static class |
AssumeRoleOptions.Builder |
| Constructor and Description |
|---|
AssumeRoleOptions() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,String> |
buildFormParameters() |
AssumeRoleOptions |
clone() |
AssumeRoleOptions |
durationSeconds(long durationSeconds)
The duration, in seconds, that the credentials should remain valid.
|
boolean |
equals(Object obj) |
AssumeRoleOptions |
externalId(String externalId)
A unique identifier that is generated by a third party for each of their customers.
|
int |
hashCode() |
AssumeRoleOptions |
policy(String policy)
A supplemental policy that can be associated with the temporary security credentials.
|
String |
toString() |
public AssumeRoleOptions externalId(String externalId)
public AssumeRoleOptions durationSeconds(long durationSeconds)
public AssumeRoleOptions policy(String policy)
public 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 AssumeRoleOptions 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-2019 The Apache Software Foundation. All Rights Reserved.