org.jclouds.joyent.cloudapi.v6_5.domain
Class Key.Builder
java.lang.Object
org.jclouds.joyent.cloudapi.v6_5.domain.Key.Builder
- Enclosing class:
- Key
public static class Key.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Key.Builder
public Key.Builder()
name
public Key.Builder name(String name)
- See Also:
Key.getName()
key
public Key.Builder key(String key)
- See Also:
Key.get()
created
public Key.Builder created(Date created)
- See Also:
Key.getCreated()
build
public Key build()
fromKey
public Key.Builder fromKey(Key in)
Copyright © 2009-2012 jclouds. All Rights Reserved.