Uses of Interface
software.amazon.awssdk.services.s3.model.CreateBucketRequest.Builder
Packages that use CreateBucketRequest.Builder
-
Uses of CreateBucketRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type CreateBucketRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateBucketResponse>S3AsyncClient.createBucket(Consumer<CreateBucketRequest.Builder> createBucketRequest) default CreateBucketResponseS3Client.createBucket(Consumer<CreateBucketRequest.Builder> createBucketRequest) -
Uses of CreateBucketRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateBucketRequest.BuilderModifier and TypeMethodDescriptionThe canned ACL to apply to the bucket.CreateBucketRequest.Builder.acl(BucketCannedACL acl) The canned ACL to apply to the bucket.The name of the bucket to create.CreateBucketRequest.Builder.bucketNamespace(String bucketNamespace) Specifies the namespace where you want to create your general purpose bucket.CreateBucketRequest.Builder.bucketNamespace(BucketNamespace bucketNamespace) Specifies the namespace where you want to create your general purpose bucket.static CreateBucketRequest.BuilderCreateBucketRequest.builder()default CreateBucketRequest.BuilderCreateBucketRequest.Builder.createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder> createBucketConfiguration) The configuration information for the bucket.CreateBucketRequest.Builder.createBucketConfiguration(CreateBucketConfiguration createBucketConfiguration) The configuration information for the bucket.CreateBucketRequest.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.CreateBucketRequest.Builder.grantReadACP(String grantReadACP) Allows grantee to read the bucket ACL.CreateBucketRequest.Builder.grantWrite(String grantWrite) Allows grantee to create new objects in the bucket.CreateBucketRequest.Builder.grantWriteACP(String grantWriteACP) Allows grantee to write the ACL for the applicable bucket.CreateBucketRequest.Builder.objectLockEnabledForBucket(Boolean objectLockEnabledForBucket) Specifies whether you want S3 Object Lock to be enabled for the new bucket.CreateBucketRequest.Builder.objectOwnership(String objectOwnership) Sets the value of the ObjectOwnership property for this object.CreateBucketRequest.Builder.objectOwnership(ObjectOwnership objectOwnership) Sets the value of the ObjectOwnership property for this object.CreateBucketRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateBucketRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateBucketRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateBucketRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateBucketRequest.Builder>CreateBucketRequest.serializableBuilderClass()