public static class NFSShareName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
NFSShareName |
build() |
String |
getLocation() |
String |
getNfsShare() |
String |
getProject() |
NFSShareName.Builder |
setLocation(String location) |
NFSShareName.Builder |
setNfsShare(String nfsShare) |
NFSShareName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getNfsShare()
public NFSShareName.Builder setProject(String project)
public NFSShareName.Builder setLocation(String location)
public NFSShareName.Builder setNfsShare(String nfsShare)
public NFSShareName build()
Copyright © 2022 Google LLC. All rights reserved.