| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LunName |
build() |
String |
getLocation() |
String |
getLun() |
String |
getProject() |
String |
getVolume() |
LunName.Builder |
setLocation(String location) |
LunName.Builder |
setLun(String lun) |
LunName.Builder |
setProject(String project) |
LunName.Builder |
setVolume(String volume) |
public String getProject()
public String getLocation()
public String getVolume()
public String getLun()
public LunName.Builder setProject(String project)
public LunName.Builder setLocation(String location)
public LunName.Builder setVolume(String volume)
public LunName.Builder setLun(String lun)
public LunName build()
Copyright © 2022 Google LLC. All rights reserved.