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