Class ExampleName.Builder (0.52.0)

public static class ExampleName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}/examples/{example}.

Inheritance

java.lang.Object > ExampleName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ExampleName build()
Returns
TypeDescription
ExampleName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getExample()

public String getExample()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getPlaybook()

public String getPlaybook()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAgent(String agent)

public ExampleName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
ExampleName.Builder

setExample(String example)

public ExampleName.Builder setExample(String example)
Parameter
NameDescription
exampleString
Returns
TypeDescription
ExampleName.Builder

setLocation(String location)

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

setPlaybook(String playbook)

public ExampleName.Builder setPlaybook(String playbook)
Parameter
NameDescription
playbookString
Returns
TypeDescription
ExampleName.Builder

setProject(String project)

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