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 will be created in US Standard.
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)
Specifies the region where the bucket will be created. If you don't specify a region, the bucket will be created in US Standard.
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.