Class EntryLinkName.Builder (1.72.0)

public static class EntryLinkName.Builder

Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.

Inheritance

java.lang.Object > EntryLinkName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EntryLinkName build()
Returns
Type Description
EntryLinkName

getEntryGroup()

public String getEntryGroup()
Returns
Type Description
String
public String getEntryLink()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntryGroup(String entryGroup)

public EntryLinkName.Builder setEntryGroup(String entryGroup)
Parameter
Name Description
entryGroup String
Returns
Type Description
EntryLinkName.Builder
public EntryLinkName.Builder setEntryLink(String entryLink)
Parameter
Name Description
entryLink String
Returns
Type Description
EntryLinkName.Builder

setLocation(String location)

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

setProject(String project)

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