pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityConfigStats
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn saml_config_count(self, input: i64) -> Self
pub fn saml_config_count(self, input: i64) -> Self
The number of security configurations in the current account.
sourcepub fn set_saml_config_count(self, input: Option<i64>) -> Self
pub fn set_saml_config_count(self, input: Option<i64>) -> Self
The number of security configurations in the current account.
sourcepub fn build(self) -> SecurityConfigStats
pub fn build(self) -> SecurityConfigStats
Consumes the builder and constructs a SecurityConfigStats
.