@Mutable @NotThreadSafe public static interface Bucket.Builder extends SdkPojo, CopyableBuilder<Bucket.Builder,Bucket>
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
bucketRegion(String bucketRegion)
BucketRegion indicates the Amazon Web Services region where the bucket is located. |
Bucket.Builder |
creationDate(Instant creationDate)
Date the bucket was created.
|
Bucket.Builder |
creationTemplateId(String creationTemplateId)
For internal use only:
IBM
set the bucket creationTemplateId from the api response
|
Bucket.Builder |
locationConstraint(String locationConstraint)
For internal use only:
IBM
set the bucket locationConstraint from the api response
|
Bucket.Builder |
name(String name)
The name of the bucket.
|
Bucket.Builder |
owner(Owner owner)
For internal use only.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildBucket.Builder name(String name)
The name of the bucket.
name - The name of the bucket.Bucket.Builder creationDate(Instant creationDate)
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
creationDate - Date the bucket was created. This date can change when making changes to your bucket, such as editing
its bucket policy.Bucket.Builder bucketRegion(String bucketRegion)
BucketRegion indicates the Amazon Web Services region where the bucket is located. If the
request contains at least one valid parameter, it is included in the response.
bucketRegion - BucketRegion indicates the Amazon Web Services region where the bucket is located. If the
request contains at least one valid parameter, it is included in the response.Bucket.Builder owner(Owner owner)
owner - The bucket's owner.Bucket.Builder locationConstraint(String locationConstraint)
locationConstraint - The location constraint for the bucket.Bucket.Builder creationTemplateId(String creationTemplateId)
creationTemplateId - The templateId used on bucket creationCopyright © 2026. All rights reserved.