public class CreateBucketOptions extends Object
GoogleCloudStorage.| Modifier and Type | Field and Description |
|---|---|
static CreateBucketOptions |
DEFAULT
Create bucket with all default settings.
|
| Constructor and Description |
|---|
CreateBucketOptions(String location,
String storageClass)
Create a bucket with specified location.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Returns the bucket location.
|
String |
getStorageClass()
Returns the bucket storage class.
|
public static final CreateBucketOptions DEFAULT
Copyright © 2016. All rights reserved.