Class PostureDeploymentName.Builder (0.5.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
TypeDescription
PostureDeploymentName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getPostureDeployment()

public String getPostureDeployment()
Returns
TypeDescription
String

setLocation(String location)

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

setOrganization(String organization)

public PostureDeploymentName.Builder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
PostureDeploymentName.Builder

setPostureDeployment(String postureDeployment)

public PostureDeploymentName.Builder setPostureDeployment(String postureDeployment)
Parameter
NameDescription
postureDeploymentString
Returns
TypeDescription
PostureDeploymentName.Builder