public class GetBucketLocationRequest extends GenericBucketRequest
| Constructor and Description |
|---|
GetBucketLocationRequest(String bucketName)
Constructs a new GetBucketLocationRequest object, ready to retrieve the Location
for the specified bucket when executed.
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketLocationRequest |
withBucketName(String bucketName) |
GetBucketLocationRequest |
withRequestCredentials(BceCredentials credentials) |
getBucketName, setBucketNamegetRequestCredentials, setRequestCredentialspublic GetBucketLocationRequest(String bucketName)
bucketName - The name of the bucket whose Location will be retrieved by this
request when executed.public GetBucketLocationRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic GetBucketLocationRequest withBucketName(String bucketName)
withBucketName in class GenericBucketRequestCopyright © 2020. All rights reserved.