Class RuleSetName.Builder (0.37.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
TypeDescription
RuleSetName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRuleSet()

public String getRuleSet()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setRuleSet(String ruleSet)

public RuleSetName.Builder setRuleSet(String ruleSet)
Parameter
NameDescription
ruleSetString
Returns
TypeDescription
RuleSetName.Builder