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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LakeNamebuild()StringgetLake()StringgetLocation()StringgetProject()LakeName.BuildersetLake(String lake)LakeName.BuildersetLocation(String location)LakeName.BuildersetProject(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()
-
-