Class RuleSetName.Builder (0.38.0)

public static class RuleSetName.Builder

Builder for projects/{project}/locations/{location}/ruleSets/{rule_set}.

Inheritance

java.lang.Object > RuleSetName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RuleSetName build()
Returns
Type Description
RuleSetName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRuleSet()

public String getRuleSet()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setRuleSet(String ruleSet)

public RuleSetName.Builder setRuleSet(String ruleSet)
Parameter
Name Description
ruleSet String
Returns
Type Description
RuleSetName.Builder