Java com.amazonaws.services.s3.model CreateBucketRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model CreateBucketRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model CreateBucketRequest.

The text is from its open source code.

Subclass

com.amazonaws.services.s3.model.CreateBucketRequest has subclasses.
Click this link to see all its subclasses.

Constructor

CreateBucketRequest(String bucketName)
Constructs a new CreateBucketRequest , ready to be executed to create the specified bucket in the US_Standard region.
CreateBucketRequest(String bucketName, Region region)
Constructs a new CreateBucketRequest , ready to be executed to create the specified bucket in the specified region.
CreateBucketRequest(String bucketName, String region)
Constructs a new CreateBucketRequest , ready to be executed and create the specified bucket in the specified region.

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket to create.
voidsetCannedAcl(CannedAccessControlList cannedAcl)
Sets the optional Canned ACL to set for the new bucket.
voidsetRegion(String region)
Sets the name of the Amazon S3 region in which this bucket will be created.
CreateBucketRequestwithCannedAcl(CannedAccessControlList cannedAcl)
Sets the optional Canned ACL to set for the new bucket, and returns this updated object so that additional method calls can be chained together.