| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationInfo.Builder |
LocationInfo.builder() |
LocationInfo.Builder |
LocationInfo.Builder.name(String name)
The name of the location where the bucket will be created.
|
LocationInfo.Builder |
LocationInfo.toBuilder() |
LocationInfo.Builder |
LocationInfo.Builder.type(LocationType type)
The type of location where the bucket will be created.
|
LocationInfo.Builder |
LocationInfo.Builder.type(String type)
The type of location where the bucket will be created.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocationInfo.Builder> |
LocationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.location(Consumer<LocationInfo.Builder> location)
Specifies the location where the bucket will be created.
|
Copyright © 2026. All rights reserved.