Package com.google.logging.v2
Class LogBucketName.BillingAccountLocationBucketBuilder
- java.lang.Object
-
- com.google.logging.v2.LogBucketName.BillingAccountLocationBucketBuilder
-
- Enclosing class:
- LogBucketName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class LogBucketName.BillingAccountLocationBucketBuilder extends ObjectBuilder for billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBillingAccountLocationBucketBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogBucketNamebuild()StringgetBillingAccount()StringgetBucket()StringgetLocation()LogBucketName.BillingAccountLocationBucketBuildersetBillingAccount(String billingAccount)LogBucketName.BillingAccountLocationBucketBuildersetBucket(String bucket)LogBucketName.BillingAccountLocationBucketBuildersetLocation(String location)
-
-
-
Method Detail
-
getBillingAccount
public String getBillingAccount()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
setBillingAccount
public LogBucketName.BillingAccountLocationBucketBuilder setBillingAccount(String billingAccount)
-
setLocation
public LogBucketName.BillingAccountLocationBucketBuilder setLocation(String location)
-
setBucket
public LogBucketName.BillingAccountLocationBucketBuilder setBucket(String bucket)
-
build
public LogBucketName build()
-
-