public static interface CreateBucketResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<CreateBucketResponse.Builder,CreateBucketResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBucketResponse.Builder |
location(String location)
Specifies the Region where the bucket will be created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBucketResponse.Builder location(String location)
Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.
location - Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N.
Virginia) Region (us-east-1), you do not need to specify the location.Copyright © 2022. All rights reserved.