pub struct Builder { /* private fields */ }
Expand description
A builder for GetAccountConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn expiry_events(self, input: ExpiryEventsConfiguration) -> Self
pub fn expiry_events(self, input: ExpiryEventsConfiguration) -> Self
Expiration events configuration options associated with the Amazon Web Services account.
sourcepub fn set_expiry_events(self, input: Option<ExpiryEventsConfiguration>) -> Self
pub fn set_expiry_events(self, input: Option<ExpiryEventsConfiguration>) -> Self
Expiration events configuration options associated with the Amazon Web Services account.
sourcepub fn build(self) -> GetAccountConfigurationOutput
pub fn build(self) -> GetAccountConfigurationOutput
Consumes the builder and constructs a GetAccountConfigurationOutput
.