public static class ServerExtendedAttributes.Builder 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() |
ServerExtendedAttributes.Builder |
fromServerExtendedAttributes(ServerExtendedAttributes in) |
ServerExtendedAttributes.Builder |
hostName(String hostName) |
ServerExtendedAttributes.Builder |
hypervisorHostName(String hypervisorHostName) |
ServerExtendedAttributes.Builder |
instanceName(String instanceName) |
protected ServerExtendedAttributes.Builder |
self() |
protected String instanceName
protected String hostName
protected String hypervisorHostName
public ServerExtendedAttributes.Builder instanceName(String instanceName)
public ServerExtendedAttributes.Builder hostName(String hostName)
public ServerExtendedAttributes.Builder hypervisorHostName(String hypervisorHostName)
public ServerExtendedAttributes build()
public ServerExtendedAttributes.Builder fromServerExtendedAttributes(ServerExtendedAttributes in)
protected ServerExtendedAttributes.Builder self()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.