Class PostureDeploymentName.Builder (0.9.0)

public static class PostureDeploymentName.Builder

Builder for organizations/{organization}/locations/{location}/postureDeployments/{posture_deployment}.

Inheritance

java.lang.Object > PostureDeploymentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PostureDeploymentName build()
Returns
Type Description
PostureDeploymentName

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getPostureDeployment()

public String getPostureDeployment()
Returns
Type Description
String

setLocation(String location)

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

setOrganization(String organization)

public PostureDeploymentName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
PostureDeploymentName.Builder

setPostureDeployment(String postureDeployment)

public PostureDeploymentName.Builder setPostureDeployment(String postureDeployment)
Parameter
Name Description
postureDeployment String
Returns
Type Description
PostureDeploymentName.Builder