Class CollectorName.Builder (0.24.0)

public static class CollectorName.Builder

Builder for projects/{project}/locations/{location}/collectors/{collector}.

Inheritance

java.lang.Object > CollectorName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CollectorName build()
Returns
TypeDescription
CollectorName

getCollector()

public String getCollector()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCollector(String collector)

public CollectorName.Builder setCollector(String collector)
Parameter
NameDescription
collectorString
Returns
TypeDescription
CollectorName.Builder

setLocation(String location)

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

setProject(String project)

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