Class LicenseConfigName.Builder (0.90.0)

public static class LicenseConfigName.Builder

Builder for projects/{project}/locations/{location}/licenseConfigs/{license_config}.

Inheritance

java.lang.Object > LicenseConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public LicenseConfigName build()
Returns
Type Description
LicenseConfigName

getLicenseConfig()

public String getLicenseConfig()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLicenseConfig(String licenseConfig)

public LicenseConfigName.Builder setLicenseConfig(String licenseConfig)
Parameter
Name Description
licenseConfig String
Returns
Type Description
LicenseConfigName.Builder

setLocation(String location)

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

setProject(String project)

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