Class LunName.Builder
- java.lang.Object
-
- com.google.cloud.baremetalsolution.v2.LunName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LunNamebuild()StringgetLocation()StringgetLun()StringgetProject()StringgetVolume()LunName.BuildersetLocation(String location)LunName.BuildersetLun(String lun)LunName.BuildersetProject(String project)LunName.BuildersetVolume(String volume)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getVolume
public String getVolume()
-
getLun
public String getLun()
-
setProject
public LunName.Builder setProject(String project)
-
setLocation
public LunName.Builder setLocation(String location)
-
setVolume
public LunName.Builder setVolume(String volume)
-
setLun
public LunName.Builder setLun(String lun)
-
build
public LunName build()
-
-