Struct aws_sdk_s3::model::intelligent_tiering_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for IntelligentTieringConfiguration
Implementations
The ID used to identify the S3 Intelligent-Tiering configuration.
The ID used to identify the S3 Intelligent-Tiering configuration.
Specifies a bucket filter. The configuration only includes objects that meet the filter's criteria.
Specifies a bucket filter. The configuration only includes objects that meet the filter's criteria.
Specifies the status of the configuration.
Specifies the status of the configuration.
Appends an item to tierings
.
To override the contents of this collection use set_tierings
.
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
Consumes the builder and constructs a IntelligentTieringConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more