Class CustomClassName.Builder (4.36.0)

public static class CustomClassName.Builder

Builder for projects/{project}/locations/{location}/customClasses/{custom_class}.

Inheritance

java.lang.Object > CustomClassName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CustomClassName build()
Returns
TypeDescription
CustomClassName

getCustomClass()

public String getCustomClass()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCustomClass(String customClass)

public CustomClassName.Builder setCustomClass(String customClass)
Parameter
NameDescription
customClassString
Returns
TypeDescription
CustomClassName.Builder

setLocation(String location)

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

setProject(String project)

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