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.
|
copy
applyMutation, build
CreateBucketConfiguration.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
,
BucketLocationConstraint
CreateBucketConfiguration.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
,
BucketLocationConstraint
Copyright © 2019. All rights reserved.