Struct aws_sdk_chatbot::operation::update_microsoft_teams_channel_configuration::builders::UpdateMicrosoftTeamsChannelConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateMicrosoftTeamsChannelConfigurationInputBuilder { /* private fields */ }Expand description
A builder for UpdateMicrosoftTeamsChannelConfigurationInput.
Implementations§
source§impl UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl UpdateMicrosoftTeamsChannelConfigurationInputBuilder
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. This field is required.
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. This field is required.
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 sns_topic_arns.
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 guardrail_policy_arns.
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.
sourcepub fn build(
self
) -> Result<UpdateMicrosoftTeamsChannelConfigurationInput, BuildError>
pub fn build( self ) -> Result<UpdateMicrosoftTeamsChannelConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateMicrosoftTeamsChannelConfigurationInput.
source§impl UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl UpdateMicrosoftTeamsChannelConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateMicrosoftTeamsChannelConfigurationOutput, SdkError<UpdateMicrosoftTeamsChannelConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateMicrosoftTeamsChannelConfigurationOutput, SdkError<UpdateMicrosoftTeamsChannelConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl Clone for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
source§fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationInputBuilder
fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl Default for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
source§fn default() -> UpdateMicrosoftTeamsChannelConfigurationInputBuilder
fn default() -> UpdateMicrosoftTeamsChannelConfigurationInputBuilder
source§impl PartialEq for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl PartialEq for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
source§fn eq(
&self,
other: &UpdateMicrosoftTeamsChannelConfigurationInputBuilder
) -> bool
fn eq( &self, other: &UpdateMicrosoftTeamsChannelConfigurationInputBuilder ) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
Auto Trait Implementations§
impl Freeze for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl RefUnwindSafe for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl Send for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl Sync for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl Unpin for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
impl UnwindSafe for UpdateMicrosoftTeamsChannelConfigurationInputBuilder
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