Class PlaybookVersionName.Builder (0.52.0)

public static class PlaybookVersionName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}/versions/{version}.

Inheritance

java.lang.Object > PlaybookVersionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PlaybookVersionName build()
Returns
TypeDescription
PlaybookVersionName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getPlaybook()

public String getPlaybook()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getVersion()

public String getVersion()
Returns
TypeDescription
String

setAgent(String agent)

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

setLocation(String location)

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

setPlaybook(String playbook)

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

setProject(String project)

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

setVersion(String version)

public PlaybookVersionName.Builder setVersion(String version)
Parameter
NameDescription
versionString
Returns
TypeDescription
PlaybookVersionName.Builder