#[non_exhaustive]pub struct TeamsChannelConfigurationBuilder { /* private fields */ }
Expand description
A builder for TeamsChannelConfiguration
.
Implementations§
source§impl TeamsChannelConfigurationBuilder
impl TeamsChannelConfigurationBuilder
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 team_id(self, input: impl Into<String>) -> Self
pub fn team_id(self, input: impl Into<String>) -> Self
The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide. This field is required.
sourcepub fn set_team_id(self, input: Option<String>) -> Self
pub fn set_team_id(self, input: Option<String>) -> Self
The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.
sourcepub fn get_team_id(&self) -> &Option<String>
pub fn get_team_id(&self) -> &Option<String>
The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.
sourcepub fn set_team_name(self, input: Option<String>) -> Self
pub fn set_team_name(self, input: Option<String>) -> Self
The name of the Microsoft Teams Team.
sourcepub fn get_team_name(&self) -> &Option<String>
pub fn get_team_name(&self) -> &Option<String>
The name of the Microsoft Teams Team.
sourcepub fn tenant_id(self, input: impl Into<String>) -> Self
pub fn tenant_id(self, input: impl Into<String>) -> Self
The ID of the Microsoft Teams tenant. This field is required.
sourcepub fn set_tenant_id(self, input: Option<String>) -> Self
pub fn set_tenant_id(self, input: Option<String>) -> Self
The ID of the Microsoft Teams tenant.
sourcepub fn get_tenant_id(&self) -> &Option<String>
pub fn get_tenant_id(&self) -> &Option<String>
The ID of the Microsoft Teams tenant.
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. 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.
sourcepub fn get_chat_configuration_arn(&self) -> &Option<String>
pub fn get_chat_configuration_arn(&self) -> &Option<String>
The ARN of the MicrosoftTeamsChannelConfiguration.
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. This field is required.
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 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 configuration_name(self, input: impl Into<String>) -> Self
pub fn configuration_name(self, input: impl Into<String>) -> Self
The name of the configuration.
sourcepub fn set_configuration_name(self, input: Option<String>) -> Self
pub fn set_configuration_name(self, input: Option<String>) -> Self
The name of the configuration.
sourcepub fn get_configuration_name(&self) -> &Option<String>
pub fn get_configuration_name(&self) -> &Option<String>
The name of the configuration.
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<TeamsChannelConfiguration, BuildError>
pub fn build(self) -> Result<TeamsChannelConfiguration, BuildError>
Consumes the builder and constructs a TeamsChannelConfiguration
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for TeamsChannelConfigurationBuilder
impl Clone for TeamsChannelConfigurationBuilder
source§fn clone(&self) -> TeamsChannelConfigurationBuilder
fn clone(&self) -> TeamsChannelConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for TeamsChannelConfigurationBuilder
impl Default for TeamsChannelConfigurationBuilder
source§fn default() -> TeamsChannelConfigurationBuilder
fn default() -> TeamsChannelConfigurationBuilder
source§impl PartialEq for TeamsChannelConfigurationBuilder
impl PartialEq for TeamsChannelConfigurationBuilder
source§fn eq(&self, other: &TeamsChannelConfigurationBuilder) -> bool
fn eq(&self, other: &TeamsChannelConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.