@Mutable @NotThreadSafe public static interface LocationInfo.Builder extends SdkPojo, CopyableBuilder<LocationInfo.Builder,LocationInfo>
| Modifier and Type | Method and Description |
|---|---|
LocationInfo.Builder |
name(String name)
The name of the location where the bucket will be created.
|
LocationInfo.Builder |
type(LocationType type)
The type of location where the bucket will be created.
|
LocationInfo.Builder |
type(String type)
The type of location where the bucket will be created.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildLocationInfo.Builder type(String type)
The type of location where the bucket will be created.
type - The type of location where the bucket will be created.LocationType,
LocationTypeLocationInfo.Builder type(LocationType type)
The type of location where the bucket will be created.
type - The type of location where the bucket will be created.LocationType,
LocationTypeLocationInfo.Builder name(String name)
The name of the location where the bucket will be created.
For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone
(LZ) where the bucket will be created. An example AZ ID value is usw2-az1.
name - The name of the location where the bucket will be created.
For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local
Zone (LZ) where the bucket will be created. An example AZ ID value is usw2-az1.
Copyright © 2026. All rights reserved.