org.jclouds.sts.options
Class SessionCredentialsOptions.Builder

java.lang.Object
  extended by org.jclouds.sts.options.SessionCredentialsOptions.Builder
Enclosing class:
SessionCredentialsOptions

public static class SessionCredentialsOptions.Builder
extends Object


Constructor Summary
SessionCredentialsOptions.Builder()
           
 
Method Summary
static SessionCredentialsOptions durationSeconds(long durationSeconds)
           
static SessionCredentialsOptions serialNumber(String serialNumber)
           
static SessionCredentialsOptions tokenCode(String tokenCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionCredentialsOptions.Builder

public SessionCredentialsOptions.Builder()
Method Detail

serialNumber

public static SessionCredentialsOptions serialNumber(String serialNumber)
See Also:
SessionCredentialsOptions.serialNumber

durationSeconds

public static SessionCredentialsOptions durationSeconds(long durationSeconds)
See Also:
SessionCredentialsOptions.durationSeconds

tokenCode

public static SessionCredentialsOptions tokenCode(String tokenCode)
See Also:
SessionCredentialsOptions.tokenCode


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.