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.
|
copy
apply, build
CreateBucketConfiguration.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
CreateBucketConfiguration.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.