Class MeshName.Builder (0.1.0)

public static class MeshName.Builder

Builder for projects/{project}/locations/{location}/meshes/{mesh}.

Inheritance

java.lang.Object > MeshName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public MeshName build()
Returns
Type Description
MeshName

getLocation()

public String getLocation()
Returns
Type Description
String

getMesh()

public String getMesh()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setMesh(String mesh)

public MeshName.Builder setMesh(String mesh)
Parameter
Name Description
mesh String
Returns
Type Description
MeshName.Builder

setProject(String project)

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