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