CopyableBuilder<CreateBucketConfiguration.Builder,CreateBucketConfiguration>, SdkBuilder<CreateBucketConfiguration.Builder,CreateBucketConfiguration>public static interface CreateBucketConfiguration.Builder extends CopyableBuilder<CreateBucketConfiguration.Builder,CreateBucketConfiguration>
| Modifier and Type | Method | Description |
|---|---|---|
CreateBucketConfiguration.Builder |
locationConstraint(String locationConstraint) |
Specifies the region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
locationConstraint(BucketLocationConstraint locationConstraint) |
Specifies the region where the bucket will be created.
|
copyapply, buildCreateBucketConfiguration.Builder locationConstraint(String locationConstraint)
locationConstraint - Specifies the region where the bucket will be created. If you don't specify a region, the bucket will
be created in US Standard.BucketLocationConstraintCreateBucketConfiguration.Builder locationConstraint(BucketLocationConstraint locationConstraint)
locationConstraint - Specifies the region where the bucket will be created. If you don't specify a region, the bucket will
be created in US Standard.BucketLocationConstraintCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.