Class HardwareName.Builder (0.1.0)

public static class HardwareName.Builder

Builder for projects/{project}/locations/{location}/hardware/{hardware}.

Inheritance

java.lang.Object > HardwareName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public HardwareName build()
Returns
Type Description
HardwareName

getHardware()

public String getHardware()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setHardware(String hardware)

public HardwareName.Builder setHardware(String hardware)
Parameter
Name Description
hardware String
Returns
Type Description
HardwareName.Builder

setLocation(String location)

public HardwareName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
HardwareName.Builder

setProject(String project)

public HardwareName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
HardwareName.Builder