Package com.google.cloud.dataproc.v1
Class BatchName.Builder
- java.lang.Object
-
- com.google.cloud.dataproc.v1.BatchName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchName
build()
String
getBatch()
String
getLocation()
String
getProject()
BatchName.Builder
setBatch(String batch)
BatchName.Builder
setLocation(String location)
BatchName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getBatch
public String getBatch()
-
setProject
public BatchName.Builder setProject(String project)
-
setLocation
public BatchName.Builder setLocation(String location)
-
setBatch
public BatchName.Builder setBatch(String batch)
-
build
public BatchName build()
-
-