@Mutable @NotThreadSafe public static interface HeadBucketResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<HeadBucketResponse.Builder,HeadBucketResponse>
| Modifier and Type | Method and Description |
|---|---|
HeadBucketResponse.Builder |
accessPointAlias(Boolean accessPointAlias)
Indicates whether the bucket name used in the request is an access point alias.
|
HeadBucketResponse.Builder |
bucketLocationName(String bucketLocationName)
The name of the location where the bucket will be created.
|
HeadBucketResponse.Builder |
bucketLocationType(LocationType bucketLocationType)
The type of location where the bucket is created.
|
HeadBucketResponse.Builder |
bucketLocationType(String bucketLocationType)
The type of location where the bucket is created.
|
HeadBucketResponse.Builder |
bucketRegion(String bucketRegion)
The Region that the bucket is located.
|
HeadBucketResponse.Builder |
IBMSSEKPCrk(String IBMSSEKPCrk)
Sets the CRK value
|
HeadBucketResponse.Builder |
IBMSSEKPEnabled(Boolean IBMSSEKPEnabled)
Sets if KP is enabled
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildHeadBucketResponse.Builder bucketLocationType(String bucketLocationType)
The type of location where the bucket is created.
This functionality is only supported by directory buckets.
bucketLocationType - The type of location where the bucket is created. This functionality is only supported by directory buckets.
LocationType,
LocationTypeHeadBucketResponse.Builder bucketLocationType(LocationType bucketLocationType)
The type of location where the bucket is created.
This functionality is only supported by directory buckets.
bucketLocationType - The type of location where the bucket is created. This functionality is only supported by directory buckets.
LocationType,
LocationTypeHeadBucketResponse.Builder bucketLocationName(String bucketLocationName)
The name of the location where the bucket will be created.
For directory buckets, the Zone ID of the Availability Zone or the Local Zone where the bucket is created. An
example Zone ID value for an Availability Zone is usw2-az1.
This functionality is only supported by directory buckets.
bucketLocationName - The name of the location where the bucket will be created.
For directory buckets, the Zone ID of the Availability Zone or the Local Zone where the bucket is
created. An example Zone ID value for an Availability Zone is usw2-az1.
This functionality is only supported by directory buckets.
HeadBucketResponse.Builder bucketRegion(String bucketRegion)
The Region that the bucket is located.
bucketRegion - The Region that the bucket is located.HeadBucketResponse.Builder accessPointAlias(Boolean accessPointAlias)
Indicates whether the bucket name used in the request is an access point alias.
For directory buckets, the value of this field is false.
accessPointAlias - Indicates whether the bucket name used in the request is an access point alias.
For directory buckets, the value of this field is false.
HeadBucketResponse.Builder IBMSSEKPEnabled(Boolean IBMSSEKPEnabled)
IBMSSEKPEnabled - HeadBucketResponse.Builder IBMSSEKPCrk(String IBMSSEKPCrk)
IBMSSEKPCrk - Copyright © 2026. All rights reserved.