Class EnrollmentName.Builder (1.54.0)

public static class EnrollmentName.Builder

Builder for projects/{project}/locations/{location}/enrollments/{enrollment}.

Inheritance

java.lang.Object > EnrollmentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EnrollmentName build()
Returns
Type Description
EnrollmentName

getEnrollment()

public String getEnrollment()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEnrollment(String enrollment)

public EnrollmentName.Builder setEnrollment(String enrollment)
Parameter
Name Description
enrollment String
Returns
Type Description
EnrollmentName.Builder

setLocation(String location)

public EnrollmentName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
EnrollmentName.Builder

setProject(String project)

public EnrollmentName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
EnrollmentName.Builder