Class InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder (2.46.0)

public static class InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder

Builder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/config.

Inheritance

java.lang.Object > InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder

Constructors

BillingAccountLocationInsightTypeBuilder()

protected BillingAccountLocationInsightTypeBuilder()

Methods

build()

public InsightTypeConfigName build()
Returns
Type Description
InsightTypeConfigName

getBillingAccount()

public String getBillingAccount()
Returns
Type Description
String

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

setBillingAccount(String billingAccount)

public InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder setBillingAccount(String billingAccount)
Parameter
Name Description
billingAccount String
Returns
Type Description
InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder

setInsightType(String insightType)

public InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder setInsightType(String insightType)
Parameter
Name Description
insightType String
Returns
Type Description
InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder

setLocation(String location)

public InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
InsightTypeConfigName.BillingAccountLocationInsightTypeBuilder