Class PatchDeploymentName.Builder (2.44.0)

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
Type Description
PatchDeploymentName

getPatchDeployment()

public String getPatchDeployment()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setPatchDeployment(String patchDeployment)

public PatchDeploymentName.Builder setPatchDeployment(String patchDeployment)
Parameter
Name Description
patchDeployment String
Returns
Type Description
PatchDeploymentName.Builder

setProject(String project)

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