public static class Bucket.Builder extends BucketInfo.Builder
Methods
build()
Creates a BucketInfo
object.
Returns
Overrides
deleteLifecycleRules()
public Bucket.Builder deleteLifecycleRules()
Deletes the lifecycle rules of this bucket.
Returns
Overrides
setAcl(Iterable<Acl> acl)
public Bucket.Builder setAcl(Iterable<Acl> acl)
Sets the bucket's access control configuration.
Parameter
Returns
Overrides
setCors(Iterable<Cors> cors)
public Bucket.Builder setCors(Iterable<Cors> cors)
Sets the bucket's Cross-Origin Resource Sharing (CORS) configuration.
Parameter
Returns
Overrides
setDefaultAcl(Iterable<Acl> acl)
public Bucket.Builder setDefaultAcl(Iterable<Acl> acl)
Sets the default access control configuration to apply to bucket's blobs when no other
configuration is specified.
Parameter
Returns
Overrides
setDefaultEventBasedHold(Boolean defaultEventBasedHold)
public Bucket.Builder setDefaultEventBasedHold(Boolean defaultEventBasedHold)
Sets the default event-based hold for this bucket.
Parameter
Name |
Description |
defaultEventBasedHold |
Boolean
|
Returns
Overrides
setDefaultKmsKeyName(String defaultKmsKeyName)
public Bucket.Builder setDefaultKmsKeyName(String defaultKmsKeyName)
Sets the default Cloud KMS key name for this bucket.
Parameter
Name |
Description |
defaultKmsKeyName |
String
|
Returns
Overrides
setDeleteRules(Iterable<? extends BucketInfo.DeleteRule> rules)
public Bucket.Builder setDeleteRules(Iterable<? extends BucketInfo.DeleteRule> rules)
Sets the bucket's lifecycle configuration as a number of delete rules.
Parameter
Name |
Description |
rules |
Iterable<? extends com.google.cloud.storage.BucketInfo.DeleteRule>
|
Returns
Overrides
setIamConfiguration(BucketInfo.IamConfiguration iamConfiguration)
public Bucket.Builder setIamConfiguration(BucketInfo.IamConfiguration iamConfiguration)
Sets the IamConfiguration to specify whether IAM access should be enabled.
Parameter
Returns
Overrides
setIndexPage(String indexPage)
public Bucket.Builder setIndexPage(String indexPage)
Sets the bucket's website index page. Behaves as the bucket's directory index where missing
blobs are treated as potential directories.
Parameter
Name |
Description |
indexPage |
String
|
Returns
Overrides
setLabels(Map<String,String> labels)
public Bucket.Builder setLabels(Map<String,String> labels)
Sets the label of this bucket.
Parameter
Returns
Overrides
setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule> rules)
public Bucket.Builder setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule> rules)
Sets the bucket's lifecycle configuration as a number of lifecycle rules, consisting of an
action and a condition.
Parameter
Name |
Description |
rules |
Iterable<? extends com.google.cloud.storage.BucketInfo.LifecycleRule>
|
Returns
Overrides
setLocation(String location)
public Bucket.Builder setLocation(String location)
Sets the bucket's location. Data for blobs in the bucket resides in physical storage within
this region. A list of supported values is available here.
Parameter
Name |
Description |
location |
String
|
Returns
Overrides
setLogging(BucketInfo.Logging logging)
public Bucket.Builder setLogging(BucketInfo.Logging logging)
Parameter
Returns
Overrides
setName(String name)
public Bucket.Builder setName(String name)
Parameter
Returns
Overrides
setNotFoundPage(String notFoundPage)
public Bucket.Builder setNotFoundPage(String notFoundPage)
Sets the custom object to return when a requested resource is not found.
Parameter
Name |
Description |
notFoundPage |
String
|
Returns
Overrides
setRequesterPays(Boolean requesterPays)
public Bucket.Builder setRequesterPays(Boolean requesterPays)
Sets whether a user accessing the bucket or an object it contains should assume the transit
costs related to the access.
Parameter
Name |
Description |
requesterPays |
Boolean
|
Returns
Overrides
setRetentionPeriod(Long retentionPeriod)
public Bucket.Builder setRetentionPeriod(Long retentionPeriod)
If policy is not locked this value can be cleared, increased, and decreased. If policy is
locked the retention period can only be increased.
Parameter
Name |
Description |
retentionPeriod |
Long
|
Returns
Overrides
setStorageClass(StorageClass storageClass)
public Bucket.Builder setStorageClass(StorageClass storageClass)
Sets the bucket's storage class. This defines how blobs in the bucket are stored and
determines the SLA and the cost of storage. A list of supported values is available here.
Parameter
Returns
Overrides
setVersioningEnabled(Boolean enable)
public Bucket.Builder setVersioningEnabled(Boolean enable)
Sets whether versioning should be enabled for this bucket. When set to true, versioning is
fully enabled.
Parameter
Returns
Overrides