Class NFSShareName.Builder (0.8.0)

public static class NFSShareName.Builder

Builder for projects/{project}/locations/{location}/nfsShares/{nfs_share}.

Inheritance

java.lang.Object > NFSShareName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NFSShareName build()
Returns
TypeDescription
NFSShareName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNfsShare()

public String getNfsShare()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public NFSShareName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NFSShareName.Builder

setNfsShare(String nfsShare)

public NFSShareName.Builder setNfsShare(String nfsShare)
Parameter
NameDescription
nfsShareString
Returns
TypeDescription
NFSShareName.Builder

setProject(String project)

public NFSShareName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NFSShareName.Builder