Uses of Interface
software.amazon.awssdk.services.s3.model.PutBucketAclRequest.Builder
Packages that use PutBucketAclRequest.Builder
-
Uses of PutBucketAclRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutBucketAclRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutBucketAclResponse>S3AsyncClient.putBucketAcl(Consumer<PutBucketAclRequest.Builder> putBucketAclRequest) default PutBucketAclResponseS3Client.putBucketAcl(Consumer<PutBucketAclRequest.Builder> putBucketAclRequest) -
Uses of PutBucketAclRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutBucketAclRequest.BuilderModifier and TypeMethodDescriptiondefault PutBucketAclRequest.BuilderPutBucketAclRequest.Builder.accessControlPolicy(Consumer<AccessControlPolicy.Builder> accessControlPolicy) Contains the elements that set the ACL permissions for an object per grantee.PutBucketAclRequest.Builder.accessControlPolicy(AccessControlPolicy accessControlPolicy) Contains the elements that set the ACL permissions for an object per grantee.The canned ACL to apply to the bucket.PutBucketAclRequest.Builder.acl(BucketCannedACL acl) The canned ACL to apply to the bucket.The bucket to which to apply the ACL.static PutBucketAclRequest.BuilderPutBucketAclRequest.builder()PutBucketAclRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketAclRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketAclRequest.Builder.contentMD5(String contentMD5) The Base64 encoded 128-bitMD5digest of the data.PutBucketAclRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutBucketAclRequest.Builder.grantFullControl(String grantFullControl) Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.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 new objects in the bucket.PutBucketAclRequest.Builder.grantWriteACP(String grantWriteACP) Allows grantee to write the ACL for the applicable bucket.PutBucketAclRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutBucketAclRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutBucketAclRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutBucketAclRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutBucketAclRequest.Builder>PutBucketAclRequest.serializableBuilderClass()