Class PatchDeploymentName.Builder (2.4.3)

public static class PatchDeploymentName.Builder

Builder for projects/{project}/patchDeployments/{patch_deployment}.

Inheritance

java.lang.Object > PatchDeploymentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PatchDeploymentName build()
Returns
TypeDescription
PatchDeploymentName

getPatchDeployment()

public String getPatchDeployment()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setPatchDeployment(String patchDeployment)

public PatchDeploymentName.Builder setPatchDeployment(String patchDeployment)
Parameter
NameDescription
patchDeploymentString
Returns
TypeDescription
PatchDeploymentName.Builder

setProject(String project)

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