Class ChannelConnectionName.Builder (1.41.0)

public static class ChannelConnectionName.Builder

Builder for projects/{project}/locations/{location}/channelConnections/{channel_connection}.

Inheritance

java.lang.Object > ChannelConnectionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ChannelConnectionName build()
Returns
TypeDescription
ChannelConnectionName

getChannelConnection()

public String getChannelConnection()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setChannelConnection(String channelConnection)

public ChannelConnectionName.Builder setChannelConnection(String channelConnection)
Parameter
NameDescription
channelConnectionString
Returns
TypeDescription
ChannelConnectionName.Builder

setLocation(String location)

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

setProject(String project)

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