Struct aws_sdk_iot::model::security_profile_identifier::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityProfileIdentifier
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name you've given to the security profile.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name you've given to the security profile.
sourcepub fn build(self) -> SecurityProfileIdentifier
pub fn build(self) -> SecurityProfileIdentifier
Consumes the builder and constructs a SecurityProfileIdentifier
.