Package com.google.logging.v2
Class LinkName.BillingAccountLocationBucketLinkBuilder
- java.lang.Object
-
- com.google.logging.v2.LinkName.BillingAccountLocationBucketLinkBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BillingAccountLocationBucketLinkBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkName
build()
String
getBillingAccount()
String
getBucket()
String
getLink()
String
getLocation()
LinkName.BillingAccountLocationBucketLinkBuilder
setBillingAccount(String billingAccount)
LinkName.BillingAccountLocationBucketLinkBuilder
setBucket(String bucket)
LinkName.BillingAccountLocationBucketLinkBuilder
setLink(String link)
LinkName.BillingAccountLocationBucketLinkBuilder
setLocation(String location)
-
-
-
Method Detail
-
getBillingAccount
public String getBillingAccount()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
getLink
public String getLink()
-
setBillingAccount
public LinkName.BillingAccountLocationBucketLinkBuilder setBillingAccount(String billingAccount)
-
setLocation
public LinkName.BillingAccountLocationBucketLinkBuilder setLocation(String location)
-
setBucket
public LinkName.BillingAccountLocationBucketLinkBuilder setBucket(String bucket)
-
setLink
public LinkName.BillingAccountLocationBucketLinkBuilder setLink(String link)
-
build
public LinkName build()
-
-