| 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)
This is a convenience that creates an instance of the
CreateBucketConfiguration.Builder avoiding the
need to create one manually via CreateBucketConfiguration.builder(). |
Copyright © 2019. All rights reserved.