public static class ComputerView.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
busyExecutors |
protected Set<Computer> |
computers |
protected String |
displayName |
protected int |
totalExecutors |
Constructor and Description |
---|
ComputerView.Builder() |
Modifier and Type | Method and Description |
---|---|
ComputerView |
build() |
ComputerView.Builder |
busyExecutors(int busyExecutors) |
ComputerView.Builder |
computers(Computer... computers) |
ComputerView.Builder |
computers(Set<Computer> computers) |
ComputerView.Builder |
displayName(String displayName) |
ComputerView.Builder |
fromComputerMetadata(ComputerView from) |
ComputerView.Builder |
totalExecutors(int totalExecutors) |
protected String displayName
protected int busyExecutors
protected int totalExecutors
public ComputerView.Builder displayName(String displayName)
ComputerView.getDisplayName()
public ComputerView.Builder busyExecutors(int busyExecutors)
ComputerView.getBusyExecutors()
public ComputerView.Builder totalExecutors(int totalExecutors)
ComputerView.getTotalExecutors()
public ComputerView.Builder computers(Computer... computers)
ComputerView#getLinks()
public ComputerView.Builder computers(Set<Computer> computers)
ComputerView#getLinks()
public ComputerView build()
public ComputerView.Builder fromComputerMetadata(ComputerView from)
Copyright © 2009-2013 jclouds. All Rights Reserved.