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.
|
copyapplyMutation, buildCreateBucketConfiguration.Builder locationConstraint(String locationConstraint)
Specifies the region where the bucket will be created. If you don't specify a region, the bucket is created in US East (N. Virginia) Region (us-east-1).
locationConstraint - Specifies the region where the bucket will be created. If you don't specify a region, the bucket is
created in US East (N. Virginia) Region (us-east-1).BucketLocationConstraint,
BucketLocationConstraintCreateBucketConfiguration.Builder locationConstraint(BucketLocationConstraint locationConstraint)
Specifies the region where the bucket will be created. If you don't specify a region, the bucket is created in US East (N. Virginia) Region (us-east-1).
locationConstraint - Specifies the region where the bucket will be created. If you don't specify a region, the bucket is
created in US East (N. Virginia) Region (us-east-1).BucketLocationConstraint,
BucketLocationConstraintCopyright © 2019. All rights reserved.