public class GetBucketLocationRequest extends AmazonWebServiceRequest
CreateBucketRequest| コンストラクタと説明 |
|---|
GetBucketLocationRequest(java.lang.String bucketName)
Constructs a new request object to create a new bucket with the specified
name.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket whose location is being requested.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket whose location is being requested.
|
GetBucketLocationRequest |
withBucketName(java.lang.String bucketName)
Sets the name of the bucket whose location is being requested, and
returns this updated object so that additional method calls can be
chained together.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetBucketLocationRequest(java.lang.String bucketName)
When choosing a bucket name, keep in mind that Amazon S3 bucket names are globally unique.
bucketName - The name for the new bucket.public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName - The name of the bucket whose location is being requested.public GetBucketLocationRequest withBucketName(java.lang.String bucketName)
bucketName - The name of the bucket whose location is being requested.