public class GetBucketLocationRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateBucketRequest
,
Serialized FormConstructor and Description |
---|
GetBucketLocationRequest(java.lang.String bucketName)
Constructs a new request object to create a new bucket with the specified
name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.