public static interface CreateBucketConfiguration.Builder extends 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.
|
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.BucketLocationConstraint,
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.BucketLocationConstraint,
BucketLocationConstraintCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.