Package com.google.logging.v2
Class LogBucketName.OrganizationLocationBucketBuilder
- java.lang.Object
-
- com.google.logging.v2.LogBucketName.OrganizationLocationBucketBuilder
-
- Enclosing class:
- LogBucketName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class LogBucketName.OrganizationLocationBucketBuilder extends Object
Builder for organizations/{organization}/locations/{location}/buckets/{bucket}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OrganizationLocationBucketBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogBucketName
build()
String
getBucket()
String
getLocation()
String
getOrganization()
LogBucketName.OrganizationLocationBucketBuilder
setBucket(String bucket)
LogBucketName.OrganizationLocationBucketBuilder
setLocation(String location)
LogBucketName.OrganizationLocationBucketBuilder
setOrganization(String organization)
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
setOrganization
public LogBucketName.OrganizationLocationBucketBuilder setOrganization(String organization)
-
setLocation
public LogBucketName.OrganizationLocationBucketBuilder setLocation(String location)
-
setBucket
public LogBucketName.OrganizationLocationBucketBuilder setBucket(String bucket)
-
build
public LogBucketName build()
-
-