org.jclouds.googlecomputeengine.domain
Class Instance.ServiceAccount.Builder
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.ServiceAccount.Builder
- Enclosing class:
- Instance.ServiceAccount
public static final class Instance.ServiceAccount.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Instance.ServiceAccount.Builder
public Instance.ServiceAccount.Builder()
email
public Instance.ServiceAccount.Builder email(String email)
- See Also:
Instance.ServiceAccount.getEmail()
addScopes
public Instance.ServiceAccount.Builder addScopes(String scopes)
- See Also:
Instance.ServiceAccount.getScopes()
scopes
public Instance.ServiceAccount.Builder scopes(Set<String> scopes)
- See Also:
Instance.ServiceAccount.getScopes()
build
public Instance.ServiceAccount build()
fromInstanceServiceAccount
public Instance.ServiceAccount.Builder fromInstanceServiceAccount(Instance.ServiceAccount in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.