Class LunName.Builder (0.43.0)

public static class LunName.Builder

Builder for projects/{project}/locations/{location}/volumes/{volume}/luns/{lun}.

Inheritance

java.lang.Object > LunName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public LunName build()
Returns
Type Description
LunName

getLocation()

public String getLocation()
Returns
Type Description
String

getLun()

public String getLun()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getVolume()

public String getVolume()
Returns
Type Description
String

setLocation(String location)

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

setLun(String lun)

public LunName.Builder setLun(String lun)
Parameter
Name Description
lun String
Returns
Type Description
LunName.Builder

setProject(String project)

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

setVolume(String volume)

public LunName.Builder setVolume(String volume)
Parameter
Name Description
volume String
Returns
Type Description
LunName.Builder