Package com.google.cloud.dataplex.v1
Class LakeName.Builder
- java.lang.Object
-
- com.google.cloud.dataplex.v1.LakeName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LakeName
build()
String
getLake()
String
getLocation()
String
getProject()
LakeName.Builder
setLake(String lake)
LakeName.Builder
setLocation(String location)
LakeName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getLake
public String getLake()
-
setProject
public LakeName.Builder setProject(String project)
-
setLocation
public LakeName.Builder setLocation(String location)
-
setLake
public LakeName.Builder setLake(String lake)
-
build
public LakeName build()
-
-