Struct aws_sdk_connect::operation::update_security_profile::builders::UpdateSecurityProfileFluentBuilder    
source · pub struct UpdateSecurityProfileFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateSecurityProfile.
This API is in preview release for Amazon Connect and is subject to change.
Updates a security profile.
Implementations§
source§impl UpdateSecurityProfileFluentBuilder
 
impl UpdateSecurityProfileFluentBuilder
sourcepub async fn send(
    self
) -> Result<UpdateSecurityProfileOutput, SdkError<UpdateSecurityProfileError>>
 
pub async fn send( self ) -> Result<UpdateSecurityProfileOutput, SdkError<UpdateSecurityProfileError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
    self
) -> Result<CustomizableOperation<UpdateSecurityProfile, AwsResponseRetryClassifier>, SdkError<UpdateSecurityProfileError>>
 
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateSecurityProfile, AwsResponseRetryClassifier>, SdkError<UpdateSecurityProfileError>>
Consumes this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub fn description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
The description of the security profile.
sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
The description of the security profile.
sourcepub fn permissions(self, input: impl Into<String>) -> Self
 
pub fn permissions(self, input: impl Into<String>) -> Self
Appends an item to Permissions.
To override the contents of this collection use set_permissions.
The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
sourcepub fn set_permissions(self, input: Option<Vec<String>>) -> Self
 
pub fn set_permissions(self, input: Option<Vec<String>>) -> Self
The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
sourcepub fn security_profile_id(self, input: impl Into<String>) -> Self
 
pub fn security_profile_id(self, input: impl Into<String>) -> Self
The identifier for the security profle.
sourcepub fn set_security_profile_id(self, input: Option<String>) -> Self
 
pub fn set_security_profile_id(self, input: Option<String>) -> Self
The identifier for the security profle.
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
 
pub fn instance_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
 
pub fn set_instance_id(self, input: Option<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Adds a key-value pair to AllowedAccessControlTags.
To override the contents of this collection use set_allowed_access_control_tags.
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
sourcepub fn tag_restricted_resources(self, input: impl Into<String>) -> Self
 
pub fn tag_restricted_resources(self, input: impl Into<String>) -> Self
Appends an item to TagRestrictedResources.
To override the contents of this collection use set_tag_restricted_resources.
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
sourcepub fn set_tag_restricted_resources(self, input: Option<Vec<String>>) -> Self
 
pub fn set_tag_restricted_resources(self, input: Option<Vec<String>>) -> Self
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
Trait Implementations§
source§impl Clone for UpdateSecurityProfileFluentBuilder
 
impl Clone for UpdateSecurityProfileFluentBuilder
source§fn clone(&self) -> UpdateSecurityProfileFluentBuilder
 
fn clone(&self) -> UpdateSecurityProfileFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read more