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 Object
Builder for billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BillingAccountLocationBucketBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogBucketName
build()
String
getBillingAccount()
String
getBucket()
String
getLocation()
LogBucketName.BillingAccountLocationBucketBuilder
setBillingAccount(String billingAccount)
LogBucketName.BillingAccountLocationBucketBuilder
setBucket(String bucket)
LogBucketName.BillingAccountLocationBucketBuilder
setLocation(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()
-
-