public static class MachineName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MachineName |
build() |
String |
getLocation() |
String |
getMachine() |
String |
getProject() |
MachineName.Builder |
setLocation(String location) |
MachineName.Builder |
setMachine(String machine) |
MachineName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getMachine()
public MachineName.Builder setProject(String project)
public MachineName.Builder setLocation(String location)
public MachineName.Builder setMachine(String machine)
public MachineName build()
Copyright © 2024 Google LLC. All rights reserved.