Class DashboardName.Builder (2.10.0)

public static class DashboardName.Builder

Builder for projects/{project}/dashboards/{dashboard}.

Inheritance

java.lang.Object > DashboardName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DashboardName build()
Returns
TypeDescription
DashboardName

getDashboard()

public String getDashboard()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDashboard(String dashboard)

public DashboardName.Builder setDashboard(String dashboard)
Parameter
NameDescription
dashboardString
Returns
TypeDescription
DashboardName.Builder

setProject(String project)

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