CopyableBuilder<PutBucketAclRequest.Builder,PutBucketAclRequest>
, SdkBuilder<PutBucketAclRequest.Builder,PutBucketAclRequest>
public static interface PutBucketAclRequest.Builder extends CopyableBuilder<PutBucketAclRequest.Builder,PutBucketAclRequest>
Modifier and Type | Method | Description |
---|---|---|
PutBucketAclRequest.Builder |
accessControlPolicy(AccessControlPolicy accessControlPolicy) |
|
PutBucketAclRequest.Builder |
acl(String acl) |
The canned ACL to apply to the bucket.
|
PutBucketAclRequest.Builder |
acl(BucketCannedACL acl) |
The canned ACL to apply to the bucket.
|
PutBucketAclRequest.Builder |
bucket(String bucket) |
|
PutBucketAclRequest.Builder |
contentMD5(String contentMD5) |
|
PutBucketAclRequest.Builder |
grantFullControl(String grantFullControl) |
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
|
PutBucketAclRequest.Builder |
grantRead(String grantRead) |
Allows grantee to list the objects in the bucket.
|
PutBucketAclRequest.Builder |
grantReadACP(String grantReadACP) |
Allows grantee to read the bucket ACL.
|
PutBucketAclRequest.Builder |
grantWrite(String grantWrite) |
Allows grantee to create, overwrite, and delete any object in the bucket.
|
PutBucketAclRequest.Builder |
grantWriteACP(String grantWriteACP) |
Allows grantee to write the ACL for the applicable bucket.
|
copy
apply, build
PutBucketAclRequest.Builder acl(String acl)
acl
- The canned ACL to apply to the bucket.BucketCannedACL
PutBucketAclRequest.Builder acl(BucketCannedACL acl)
acl
- The canned ACL to apply to the bucket.BucketCannedACL
PutBucketAclRequest.Builder accessControlPolicy(AccessControlPolicy accessControlPolicy)
accessControlPolicy
- PutBucketAclRequest.Builder bucket(String bucket)
bucket
- PutBucketAclRequest.Builder contentMD5(String contentMD5)
contentMD5
- PutBucketAclRequest.Builder grantFullControl(String grantFullControl)
grantFullControl
- Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.PutBucketAclRequest.Builder grantRead(String grantRead)
grantRead
- Allows grantee to list the objects in the bucket.PutBucketAclRequest.Builder grantReadACP(String grantReadACP)
grantReadACP
- Allows grantee to read the bucket ACL.PutBucketAclRequest.Builder grantWrite(String grantWrite)
grantWrite
- Allows grantee to create, overwrite, and delete any object in the bucket.PutBucketAclRequest.Builder grantWriteACP(String grantWriteACP)
grantWriteACP
- Allows grantee to write the ACL for the applicable bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.