Struct aws_sdk_chatbot::operation::update_microsoft_teams_channel_configuration::builders::UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
source · pub struct UpdateMicrosoftTeamsChannelConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateMicrosoftTeamsChannelConfiguration.
Updates MS Teams Channel Configuration
Implementations§
source§impl UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &UpdateMicrosoftTeamsChannelConfigurationInputBuilder
pub fn as_input(&self) -> &UpdateMicrosoftTeamsChannelConfigurationInputBuilder
Access the UpdateMicrosoftTeamsChannelConfiguration as a reference.
sourcepub async fn send(
self,
) -> Result<UpdateMicrosoftTeamsChannelConfigurationOutput, SdkError<UpdateMicrosoftTeamsChannelConfigurationError, HttpResponse>>
pub async fn send( self, ) -> Result<UpdateMicrosoftTeamsChannelConfigurationOutput, SdkError<UpdateMicrosoftTeamsChannelConfigurationError, HttpResponse>>
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 fn customize(
self,
) -> CustomizableOperation<UpdateMicrosoftTeamsChannelConfigurationOutput, UpdateMicrosoftTeamsChannelConfigurationError, Self>
pub fn customize( self, ) -> CustomizableOperation<UpdateMicrosoftTeamsChannelConfigurationOutput, UpdateMicrosoftTeamsChannelConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn chat_configuration_arn(self, input: impl Into<String>) -> Self
pub fn chat_configuration_arn(self, input: impl Into<String>) -> Self
The ARN of the MicrosoftTeamsChannelConfiguration to update.
sourcepub fn set_chat_configuration_arn(self, input: Option<String>) -> Self
pub fn set_chat_configuration_arn(self, input: Option<String>) -> Self
The ARN of the MicrosoftTeamsChannelConfiguration to update.
sourcepub fn get_chat_configuration_arn(&self) -> &Option<String>
pub fn get_chat_configuration_arn(&self) -> &Option<String>
The ARN of the MicrosoftTeamsChannelConfiguration to update.
sourcepub fn channel_id(self, input: impl Into<String>) -> Self
pub fn channel_id(self, input: impl Into<String>) -> Self
The ID of the Microsoft Teams channel.
sourcepub fn set_channel_id(self, input: Option<String>) -> Self
pub fn set_channel_id(self, input: Option<String>) -> Self
The ID of the Microsoft Teams channel.
sourcepub fn get_channel_id(&self) -> &Option<String>
pub fn get_channel_id(&self) -> &Option<String>
The ID of the Microsoft Teams channel.
sourcepub fn channel_name(self, input: impl Into<String>) -> Self
pub fn channel_name(self, input: impl Into<String>) -> Self
The name of the Microsoft Teams channel.
sourcepub fn set_channel_name(self, input: Option<String>) -> Self
pub fn set_channel_name(self, input: Option<String>) -> Self
The name of the Microsoft Teams channel.
sourcepub fn get_channel_name(&self) -> &Option<String>
pub fn get_channel_name(&self) -> &Option<String>
The name of the Microsoft Teams channel.
sourcepub fn sns_topic_arns(self, input: impl Into<String>) -> Self
pub fn sns_topic_arns(self, input: impl Into<String>) -> Self
Appends an item to SnsTopicArns.
To override the contents of this collection use set_sns_topic_arns.
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
sourcepub fn set_sns_topic_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_sns_topic_arns(self, input: Option<Vec<String>>) -> Self
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
sourcepub fn get_sns_topic_arns(&self) -> &Option<Vec<String>>
pub fn get_sns_topic_arns(&self) -> &Option<Vec<String>>
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
sourcepub fn iam_role_arn(self, input: impl Into<String>) -> Self
pub fn iam_role_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.
sourcepub fn set_iam_role_arn(self, input: Option<String>) -> Self
pub fn set_iam_role_arn(self, input: Option<String>) -> Self
The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.
sourcepub fn get_iam_role_arn(&self) -> &Option<String>
pub fn get_iam_role_arn(&self) -> &Option<String>
The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.
sourcepub fn logging_level(self, input: impl Into<String>) -> Self
pub fn logging_level(self, input: impl Into<String>) -> Self
Logging levels include ERROR, INFO, or NONE.
sourcepub fn set_logging_level(self, input: Option<String>) -> Self
pub fn set_logging_level(self, input: Option<String>) -> Self
Logging levels include ERROR, INFO, or NONE.
sourcepub fn get_logging_level(&self) -> &Option<String>
pub fn get_logging_level(&self) -> &Option<String>
Logging levels include ERROR, INFO, or NONE.
sourcepub fn guardrail_policy_arns(self, input: impl Into<String>) -> Self
pub fn guardrail_policy_arns(self, input: impl Into<String>) -> Self
Appends an item to GuardrailPolicyArns.
To override the contents of this collection use set_guardrail_policy_arns.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed ‘AdministratorAccess’ policy is applied by default if this is not set.
sourcepub fn set_guardrail_policy_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_guardrail_policy_arns(self, input: Option<Vec<String>>) -> Self
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed ‘AdministratorAccess’ policy is applied by default if this is not set.
sourcepub fn get_guardrail_policy_arns(&self) -> &Option<Vec<String>>
pub fn get_guardrail_policy_arns(&self) -> &Option<Vec<String>>
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed ‘AdministratorAccess’ policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
Enables use of a user role requirement in your chat configuration.
Enables use of a user role requirement in your chat configuration.
Trait Implementations§
source§impl Clone for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl Clone for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
source§fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl !RefUnwindSafe for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl Send for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl Sync for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl Unpin for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
impl !UnwindSafe for UpdateMicrosoftTeamsChannelConfigurationFluentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more