Class InsightName.BillingAccountLocationInsightTypeInsightBuilder (2.46.0)

public static class InsightName.BillingAccountLocationInsightTypeInsightBuilder

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

Inheritance

java.lang.Object > InsightName.BillingAccountLocationInsightTypeInsightBuilder

Constructors

BillingAccountLocationInsightTypeInsightBuilder()

protected BillingAccountLocationInsightTypeInsightBuilder()

Methods

build()

public InsightName build()
Returns
Type Description
InsightName

getBillingAccount()

public String getBillingAccount()
Returns
Type Description
String

getInsight()

public String getInsight()
Returns
Type Description
String

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

setBillingAccount(String billingAccount)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setBillingAccount(String billingAccount)
Parameter
Name Description
billingAccount String
Returns
Type Description
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setInsight(String insight)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsight(String insight)
Parameter
Name Description
insight String
Returns
Type Description
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setInsightType(String insightType)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsightType(String insightType)
Parameter
Name Description
insightType String
Returns
Type Description
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setLocation(String location)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
InsightName.BillingAccountLocationInsightTypeInsightBuilder