pub struct Builder { /* private fields */ }Expand description
A builder for DescribeSecurityConfigurationOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_configuration(self, input: impl Into<String>) -> Self
pub fn security_configuration(self, input: impl Into<String>) -> Self
The security configuration details in JSON format.
sourcepub fn set_security_configuration(self, input: Option<String>) -> Self
pub fn set_security_configuration(self, input: Option<String>) -> Self
The security configuration details in JSON format.
sourcepub fn creation_date_time(self, input: DateTime) -> Self
pub fn creation_date_time(self, input: DateTime) -> Self
The date and time the security configuration was created
sourcepub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_date_time(self, input: Option<DateTime>) -> Self
The date and time the security configuration was created
sourcepub fn build(self) -> DescribeSecurityConfigurationOutput
pub fn build(self) -> DescribeSecurityConfigurationOutput
Consumes the builder and constructs a DescribeSecurityConfigurationOutput.