Builder

class Builder

Properties

Link copied to clipboard

Specifies the information about the bucket that will be created.

Link copied to clipboard

Specifies the location where the bucket will be created.

Link copied to clipboard

Specifies the Region where the bucket will be created. You might choose a Region to optimize latency, minimize costs, or address regulatory requirements. For example, if you reside in Europe, you will probably find it advantageous to create buckets in the Europe (Ireland) Region.

Link copied to clipboard
var tags: List<Tag>?

An array of tags that you can apply to the bucket that you're creating. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access.

Functions

Link copied to clipboard
fun bucket(block: BucketInfo.Builder.() -> Unit)
Link copied to clipboard