Struct aws_sdk_iot::model::security_profile_target_mapping::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityProfileTargetMapping
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_profile_identifier(
self,
input: SecurityProfileIdentifier
) -> Self
pub fn security_profile_identifier(
self,
input: SecurityProfileIdentifier
) -> Self
Information that identifies the security profile.
sourcepub fn set_security_profile_identifier(
self,
input: Option<SecurityProfileIdentifier>
) -> Self
pub fn set_security_profile_identifier(
self,
input: Option<SecurityProfileIdentifier>
) -> Self
Information that identifies the security profile.
sourcepub fn target(self, input: SecurityProfileTarget) -> Self
pub fn target(self, input: SecurityProfileTarget) -> Self
Information about the target (thing group) associated with the security profile.
sourcepub fn set_target(self, input: Option<SecurityProfileTarget>) -> Self
pub fn set_target(self, input: Option<SecurityProfileTarget>) -> Self
Information about the target (thing group) associated with the security profile.
sourcepub fn build(self) -> SecurityProfileTargetMapping
pub fn build(self) -> SecurityProfileTargetMapping
Consumes the builder and constructs a SecurityProfileTargetMapping
.