Class RouterName.Builder (0.2.0)

public static class RouterName.Builder

Builder for projects/{project}/locations/{location}/zones/{zone}/routers/{router}.

Inheritance

java.lang.Object > RouterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RouterName build()
Returns
TypeDescription
RouterName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRouter()

public String getRouter()
Returns
TypeDescription
String

getZone()

public String getZone()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setRouter(String router)

public RouterName.Builder setRouter(String router)
Parameter
NameDescription
routerString
Returns
TypeDescription
RouterName.Builder

setZone(String zone)

public RouterName.Builder setZone(String zone)
Parameter
NameDescription
zoneString
Returns
TypeDescription
RouterName.Builder