Class WorkloadName.Builder (0.3.0)

public static class WorkloadName.Builder

Builder for projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.

Inheritance

java.lang.Object > WorkloadName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public WorkloadName build()
Returns
TypeDescription
WorkloadName

getApplication()

public String getApplication()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getWorkload()

public String getWorkload()
Returns
TypeDescription
String

setApplication(String application)

public WorkloadName.Builder setApplication(String application)
Parameter
NameDescription
applicationString
Returns
TypeDescription
WorkloadName.Builder

setLocation(String location)

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

setProject(String project)

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

setWorkload(String workload)

public WorkloadName.Builder setWorkload(String workload)
Parameter
NameDescription
workloadString
Returns
TypeDescription
WorkloadName.Builder