Class BillingAccountLicenseConfigName.Builder (0.90.0)

public static class BillingAccountLicenseConfigName.Builder

Builder for billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config}.

Inheritance

java.lang.Object > BillingAccountLicenseConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public BillingAccountLicenseConfigName build()
Returns
Type Description
BillingAccountLicenseConfigName

getBillingAccount()

public String getBillingAccount()
Returns
Type Description
String

getBillingAccountLicenseConfig()

public String getBillingAccountLicenseConfig()
Returns
Type Description
String

setBillingAccount(String billingAccount)

public BillingAccountLicenseConfigName.Builder setBillingAccount(String billingAccount)
Parameter
Name Description
billingAccount String
Returns
Type Description
BillingAccountLicenseConfigName.Builder

setBillingAccountLicenseConfig(String billingAccountLicenseConfig)

public BillingAccountLicenseConfigName.Builder setBillingAccountLicenseConfig(String billingAccountLicenseConfig)
Parameter
Name Description
billingAccountLicenseConfig String
Returns
Type Description
BillingAccountLicenseConfigName.Builder