org.jclouds.googlecomputeengine.domain
Class Instance.ServiceAccount.Builder

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.Instance.ServiceAccount.Builder
Enclosing class:
Instance.ServiceAccount

public static final class Instance.ServiceAccount.Builder
extends Object


Constructor Summary
Instance.ServiceAccount.Builder()
           
 
Method Summary
 Instance.ServiceAccount.Builder addScopes(String scopes)
           
 Instance.ServiceAccount build()
           
 Instance.ServiceAccount.Builder email(String email)
           
 Instance.ServiceAccount.Builder fromInstanceServiceAccount(Instance.ServiceAccount in)
           
 Instance.ServiceAccount.Builder scopes(Set<String> scopes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instance.ServiceAccount.Builder

public Instance.ServiceAccount.Builder()
Method Detail

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.