public static interface CreateBucketConfiguration.Builder extends SdkPojo, CopyableBuilder<CreateBucketConfiguration.Builder,CreateBucketConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CreateBucketConfiguration.Builder |
locationConstraint(BucketLocationConstraint locationConstraint)
Specifies the Region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
locationConstraint(String locationConstraint)
Specifies the Region where the bucket will be created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBucketConfiguration.Builder locationConstraint(String locationConstraint)
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.
This is not supported by Amazon S3 on Outposts buckets.
locationConstraint - 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. This is not supported by Amazon S3 on Outposts buckets.
BucketLocationConstraint,
BucketLocationConstraintCreateBucketConfiguration.Builder locationConstraint(BucketLocationConstraint locationConstraint)
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.
This is not supported by Amazon S3 on Outposts buckets.
locationConstraint - 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. This is not supported by Amazon S3 on Outposts buckets.
BucketLocationConstraint,
BucketLocationConstraintCopyright © 2022. All rights reserved.