Class NFSShareName.Builder (0.43.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
Type Description
NFSShareName

getLocation()

public String getLocation()
Returns
Type Description
String

getNfsShare()

public String getNfsShare()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setNfsShare(String nfsShare)

public NFSShareName.Builder setNfsShare(String nfsShare)
Parameter
Name Description
nfsShare String
Returns
Type Description
NFSShareName.Builder

setProject(String project)

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