com.netease.cloud.services.nos.model
public class GetBucketLocationRequest extends WebServiceRequest
CreateBucketRequest
logID, logSeq
Constructor and Description |
---|
GetBucketLocationRequest(String bucketName)
Constructs a new request object to create a new bucket with the specified
name.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket whose location is being requested.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket whose location is being requested.
|
GetBucketLocationRequest |
withBucketName(String bucketName)
Sets the name of the bucket whose location is being requested, and
returns this updated object so that additional method calls can be
chained together.
|
addSpecialHeader, copyPrivateRequestParameters, getAndIncrementLogSeq, getLogID, getLogSeq, getRequestClientOptions, getRequestCredentials, getToken, needSetLogInfo, setLogID, setLogSeq, setRequestCredentials, setToken
public GetBucketLocationRequest(String bucketName)
When choosing a bucket name, keep in mind that Nos bucket names are globally unique.
bucketName
- The name for the new bucket.public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the bucket whose location is being requested.public GetBucketLocationRequest withBucketName(String bucketName)
bucketName
- The name of the bucket whose location is being requested.Copyright © 2017. All Rights Reserved.