org.jclouds.cloudstack.domain
Class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.AsyncCreateResponse.Builder<T>
- Enclosing class:
- AsyncCreateResponse
public abstract static class AsyncCreateResponse.Builder<T extends AsyncCreateResponse.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
jobId
protected String jobId
AsyncCreateResponse.Builder
public AsyncCreateResponse.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
AsyncCreateResponse.getId()
jobId
public T jobId(String jobId)
- See Also:
AsyncCreateResponse.getJobId()
build
public AsyncCreateResponse build()
fromAsyncCreateResponse
public T fromAsyncCreateResponse(AsyncCreateResponse in)
Copyright © 2009-2013 jclouds. All Rights Reserved.