Class InsightTypeName.BillingAccountLocationInsightTypeBuilder (2.44.0)

public static class InsightTypeName.BillingAccountLocationInsightTypeBuilder

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

Inheritance

java.lang.Object > InsightTypeName.BillingAccountLocationInsightTypeBuilder

Constructors

BillingAccountLocationInsightTypeBuilder()

protected BillingAccountLocationInsightTypeBuilder()

Methods

build()

public InsightTypeName build()
Returns
Type Description
InsightTypeName

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 InsightTypeName.BillingAccountLocationInsightTypeBuilder setBillingAccount(String billingAccount)
Parameter
Name Description
billingAccount String
Returns
Type Description
InsightTypeName.BillingAccountLocationInsightTypeBuilder

setInsightType(String insightType)

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

setLocation(String location)

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