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 don't specify a Region, the bucket is created in the 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 the 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 the 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 the US East (N. Virginia) Region (us-east-1).BucketLocationConstraint,
BucketLocationConstraintCopyright © 2021. All rights reserved.