pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityPolicyStats
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn encryption_policy_count(self, input: i64) -> Self
pub fn encryption_policy_count(self, input: i64) -> Self
The number of encryption policies in the current account.
sourcepub fn set_encryption_policy_count(self, input: Option<i64>) -> Self
pub fn set_encryption_policy_count(self, input: Option<i64>) -> Self
The number of encryption policies in the current account.
sourcepub fn network_policy_count(self, input: i64) -> Self
pub fn network_policy_count(self, input: i64) -> Self
The number of network policies in the current account.
sourcepub fn set_network_policy_count(self, input: Option<i64>) -> Self
pub fn set_network_policy_count(self, input: Option<i64>) -> Self
The number of network policies in the current account.
sourcepub fn build(self) -> SecurityPolicyStats
pub fn build(self) -> SecurityPolicyStats
Consumes the builder and constructs a SecurityPolicyStats
.