public abstract class CreateBucketBaseArgs extends BucketArgs
CreateBucketArgs and MakeBucketArgs.| Modifier and Type | Class and Description |
|---|---|
static class |
CreateBucketBaseArgs.Builder<B extends CreateBucketBaseArgs.Builder<B,A>,A extends CreateBucketBaseArgs>
Base argument builder of
CreateBucketBaseArgs. |
| Modifier and Type | Field and Description |
|---|---|
protected CreateBucketConfiguration.Bucket |
bucket |
protected boolean |
forceCreate |
protected CreateBucketConfiguration.Location |
locationConfig |
protected boolean |
objectLock |
protected Tags |
tags |
bucketName, regionextraHeaders, extraQueryParams, location| Modifier | Constructor and Description |
|---|---|
protected |
CreateBucketBaseArgs() |
protected |
CreateBucketBaseArgs(CreateBucketBaseArgs args) |
| Modifier and Type | Method and Description |
|---|---|
CreateBucketConfiguration.Bucket |
bucketConfig() |
boolean |
equals(Object o) |
boolean |
forceCreate() |
int |
hashCode() |
CreateBucketConfiguration.Location |
locationConfig() |
boolean |
objectLock() |
Tags |
tags() |
bucket, regioncheckSse, extraHeaders, extraQueryParams, location, setLocationprotected boolean objectLock
protected CreateBucketConfiguration.Location locationConfig
protected CreateBucketConfiguration.Bucket bucket
protected Tags tags
protected boolean forceCreate
protected CreateBucketBaseArgs()
protected CreateBucketBaseArgs(CreateBucketBaseArgs args)
public boolean objectLock()
public CreateBucketConfiguration.Location locationConfig()
public CreateBucketConfiguration.Bucket bucketConfig()
public Tags tags()
public boolean forceCreate()
public boolean equals(Object o)
equals in class BucketArgspublic int hashCode()
hashCode in class BucketArgs