public static class UpdateBucketConfigOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String bucket)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBucketConfigOptions.Builder |
bucket(String bucket)
Set the bucket.
|
UpdateBucketConfigOptions |
build()
Builds a UpdateBucketConfigOptions.
|
UpdateBucketConfigOptions.Builder |
firewall(Firewall firewall)
Set the firewall.
|
UpdateBucketConfigOptions.Builder |
ifMatch(String ifMatch)
Set the ifMatch.
|
public Builder()
public Builder(String bucket)
bucket - the bucketpublic UpdateBucketConfigOptions build()
public UpdateBucketConfigOptions.Builder bucket(String bucket)
bucket - the bucketpublic UpdateBucketConfigOptions.Builder firewall(Firewall firewall)
firewall - the firewallpublic UpdateBucketConfigOptions.Builder ifMatch(String ifMatch)
ifMatch - the ifMatchCopyright © 2019. All rights reserved.