Class BatchName.Builder (4.2.0)

public static class BatchName.Builder

Builder for projects/{project}/locations/{location}/batches/{batch}.

Inheritance

java.lang.Object > BatchName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public BatchName build()
Returns
TypeDescription
BatchName

getBatch()

public String getBatch()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setBatch(String batch)

public BatchName.Builder setBatch(String batch)
Parameter
NameDescription
batchString
Returns
TypeDescription
BatchName.Builder

setLocation(String location)

public BatchName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
BatchName.Builder

setProject(String project)

public BatchName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
BatchName.Builder