public abstract static class ServerExtendedAttributes.Builder<T extends ServerExtendedAttributes.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
hostName |
protected String |
hypervisorHostName |
protected String |
instanceName |
Constructor and Description |
---|
ServerExtendedAttributes.Builder() |
Modifier and Type | Method and Description |
---|---|
ServerExtendedAttributes |
build() |
T |
fromServerExtendedAttributes(ServerExtendedAttributes in) |
T |
hostName(String hostName) |
T |
hypervisorHostName(String hypervisorHostName) |
T |
instanceName(String instanceName) |
protected abstract T |
self() |
protected String instanceName
protected String hostName
protected String hypervisorHostName
protected abstract T self()
public ServerExtendedAttributes build()
public T fromServerExtendedAttributes(ServerExtendedAttributes in)
Copyright © 2009-2013 jclouds. All Rights Reserved.