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 ObjectBuilder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/config.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBillingAccountLocationInsightTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightTypeConfigNamebuild()StringgetBillingAccount()StringgetInsightType()StringgetLocation()InsightTypeConfigName.BillingAccountLocationInsightTypeBuildersetBillingAccount(String billingAccount)InsightTypeConfigName.BillingAccountLocationInsightTypeBuildersetInsightType(String insightType)InsightTypeConfigName.BillingAccountLocationInsightTypeBuildersetLocation(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()
-
-