pub trait AccessTierSupport<'a> { type O; // Required method fn with_access_tier(self, access_tier: &'a str) -> Self::O; }