public class Bos extends Object implements Serializable
| Constructor and Description |
|---|
Bos() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Returns the bucket name.
|
String |
getRegion()
Returns the region ID.
|
void |
setBucket(String bucket)
Sets the bucket name.
|
void |
setRegion(String region)
Sets the region ID.
|
String |
toString() |
Bos |
withBucket(String bucket)
Sets the bucket name.
|
Bos |
withRegion(String region)
Sets the region ID
|
public String getBucket()
public void setBucket(String bucket)
bucket - the bucket namepublic Bos withBucket(String bucket)
bucket - the bucket namepublic String getRegion()
public void setRegion(String region)
region - the region IDpublic Bos withRegion(String region)
region - the region IDCopyright © 2022. All rights reserved.