Class AppGatewayName.Builder (0.41.0)

public static class AppGatewayName.Builder

Builder for projects/{project}/locations/{location}/appGateways/{app_gateway}.

Inheritance

java.lang.Object > AppGatewayName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AppGatewayName build()
Returns
Type Description
AppGatewayName

getAppGateway()

public String getAppGateway()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAppGateway(String appGateway)

public AppGatewayName.Builder setAppGateway(String appGateway)
Parameter
Name Description
appGateway String
Returns
Type Description
AppGatewayName.Builder

setLocation(String location)

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

setProject(String project)

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