Class NFSShareName.Builder
- java.lang.Object
-
- com.google.cloud.baremetalsolution.v2.NFSShareName.Builder
-
- Enclosing class:
- NFSShareName
public static class NFSShareName.Builder extends Object
Builder for projects/{project}/locations/{location}/nfsShares/{nfs_share}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NFSShareName
build()
String
getLocation()
String
getNfsShare()
String
getProject()
NFSShareName.Builder
setLocation(String location)
NFSShareName.Builder
setNfsShare(String nfsShare)
NFSShareName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getNfsShare
public String getNfsShare()
-
setProject
public NFSShareName.Builder setProject(String project)
-
setLocation
public NFSShareName.Builder setLocation(String location)
-
setNfsShare
public NFSShareName.Builder setNfsShare(String nfsShare)
-
build
public NFSShareName build()
-
-