Class BackendAuthenticationConfigName.Builder (0.94.0)

public static class BackendAuthenticationConfigName.Builder

Builder for projects/{project}/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}.

Inheritance

java.lang.Object > BackendAuthenticationConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public BackendAuthenticationConfigName build()
Returns
Type Description
BackendAuthenticationConfigName

getBackendAuthenticationConfig()

public String getBackendAuthenticationConfig()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setBackendAuthenticationConfig(String backendAuthenticationConfig)

public BackendAuthenticationConfigName.Builder setBackendAuthenticationConfig(String backendAuthenticationConfig)
Parameter
Name Description
backendAuthenticationConfig String
Returns
Type Description
BackendAuthenticationConfigName.Builder

setLocation(String location)

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

setProject(String project)

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