Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static CreateBucketConfiguration.Builder |
CreateBucketConfiguration.builder() |
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.locationConstraint(BucketLocationConstraint locationConstraint)
Specifies the Region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.locationConstraint(String locationConstraint)
Specifies the Region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateBucketConfiguration.Builder> |
CreateBucketConfiguration.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CreateBucketRequest.Builder |
CreateBucketRequest.Builder.createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder> createBucketConfiguration)
The configuration information for the bucket.
|
Copyright © 2022. All rights reserved.