Interface LocationInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LocationInfo.Builder,
,LocationInfo> SdkBuilder<LocationInfo.Builder,
,LocationInfo> SdkPojo
- Enclosing class:
LocationInfo
@Mutable
@NotThreadSafe
public static interface LocationInfo.Builder
extends SdkPojo, CopyableBuilder<LocationInfo.Builder,LocationInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the location where the bucket will be created.The type of location where the bucket will be created.type
(LocationType type) The type of location where the bucket will be created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of location where the bucket will be created.
- Parameters:
type
- The type of location where the bucket will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of location where the bucket will be created.
- Parameters:
type
- The type of location where the bucket will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
.- Parameters:
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
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-