Package com.google.cloud.recommender.v1
Class InsightName.BillingAccountLocationInsightTypeInsightBuilder
- java.lang.Object
-
- com.google.cloud.recommender.v1.InsightName.BillingAccountLocationInsightTypeInsightBuilder
-
- Enclosing class:
- InsightName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class InsightName.BillingAccountLocationInsightTypeInsightBuilder extends Object
Builder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/insights/{insight}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BillingAccountLocationInsightTypeInsightBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightName
build()
String
getBillingAccount()
String
getInsight()
String
getInsightType()
String
getLocation()
InsightName.BillingAccountLocationInsightTypeInsightBuilder
setBillingAccount(String billingAccount)
InsightName.BillingAccountLocationInsightTypeInsightBuilder
setInsight(String insight)
InsightName.BillingAccountLocationInsightTypeInsightBuilder
setInsightType(String insightType)
InsightName.BillingAccountLocationInsightTypeInsightBuilder
setLocation(String location)
-
-
-
Method Detail
-
getBillingAccount
public String getBillingAccount()
-
getLocation
public String getLocation()
-
getInsightType
public String getInsightType()
-
getInsight
public String getInsight()
-
setBillingAccount
public InsightName.BillingAccountLocationInsightTypeInsightBuilder setBillingAccount(String billingAccount)
-
setLocation
public InsightName.BillingAccountLocationInsightTypeInsightBuilder setLocation(String location)
-
setInsightType
public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsightType(String insightType)
-
setInsight
public InsightName.BillingAccountLocationInsightTypeInsightBuilder setInsight(String insight)
-
build
public InsightName build()
-
-