Struct aws_sdk_s3::model::tiering::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Tiering
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn days(self, input: i32) -> Self
pub fn days(self, input: i32) -> Self
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).
sourcepub fn set_days(self, input: Option<i32>) -> Self
pub fn set_days(self, input: Option<i32>) -> Self
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).
sourcepub fn access_tier(self, input: IntelligentTieringAccessTier) -> Self
pub fn access_tier(self, input: IntelligentTieringAccessTier) -> Self
S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.
sourcepub fn set_access_tier(self, input: Option<IntelligentTieringAccessTier>) -> Self
pub fn set_access_tier(self, input: Option<IntelligentTieringAccessTier>) -> Self
S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.