Class LunName.Builder (0.8.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
TypeDescription
LunName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getLun()

public String getLun()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getVolume()

public String getVolume()
Returns
TypeDescription
String

setLocation(String location)

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

setLun(String lun)

public LunName.Builder setLun(String lun)
Parameter
NameDescription
lunString
Returns
TypeDescription
LunName.Builder

setProject(String project)

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

setVolume(String volume)

public LunName.Builder setVolume(String volume)
Parameter
NameDescription
volumeString
Returns
TypeDescription
LunName.Builder