Struct aws_sdk_connect::input::update_security_profile_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateSecurityProfileInput
Implementations
The description of the security profile.
The description of the security profile.
Appends an item to permissions
.
To override the contents of this collection use set_permissions
.
The permissions granted to a security profile.
The permissions granted to a security profile.
The identifier for the security profle.
The identifier for the security profle.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Consumes the builder and constructs a UpdateSecurityProfileInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more