Class InsightName.BillingAccountLocationInsightTypeInsightBuilder (2.43.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
TypeDescription
InsightName

getBillingAccount()

public String getBillingAccount()
Returns
TypeDescription
String

getInsight()

public String getInsight()
Returns
TypeDescription
String

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

setBillingAccount(String billingAccount)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setBillingAccount(String billingAccount)
Parameter
NameDescription
billingAccountString
Returns
TypeDescription
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setInsight(String insight)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsight(String insight)
Parameter
NameDescription
insightString
Returns
TypeDescription
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setInsightType(String insightType)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsightType(String insightType)
Parameter
NameDescription
insightTypeString
Returns
TypeDescription
InsightName.BillingAccountLocationInsightTypeInsightBuilder

setLocation(String location)

public InsightName.BillingAccountLocationInsightTypeInsightBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
InsightName.BillingAccountLocationInsightTypeInsightBuilder