Struct aws_sdk_emr::model::security_configuration_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SecurityConfigurationSummary.
Implementations§
source§impl Builder
impl Builder
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) -> SecurityConfigurationSummary
pub fn build(self) -> SecurityConfigurationSummary
Consumes the builder and constructs a SecurityConfigurationSummary.