#[non_exhaustive]pub struct SlackChannelConfigurationBuilder { /* private fields */ }
Expand description
A builder for SlackChannelConfiguration
.
Implementations§
source§impl SlackChannelConfigurationBuilder
impl SlackChannelConfigurationBuilder
sourcepub fn slack_team_name(self, input: impl Into<String>) -> Self
pub fn slack_team_name(self, input: impl Into<String>) -> Self
Name of the Slack Workspace. This field is required.
sourcepub fn set_slack_team_name(self, input: Option<String>) -> Self
pub fn set_slack_team_name(self, input: Option<String>) -> Self
Name of the Slack Workspace.
sourcepub fn get_slack_team_name(&self) -> &Option<String>
pub fn get_slack_team_name(&self) -> &Option<String>
Name of the Slack Workspace.
sourcepub fn slack_team_id(self, input: impl Into<String>) -> Self
pub fn slack_team_id(self, input: impl Into<String>) -> Self
The ID of the Slack workspace authorized with AWS Chatbot. This field is required.
sourcepub fn set_slack_team_id(self, input: Option<String>) -> Self
pub fn set_slack_team_id(self, input: Option<String>) -> Self
The ID of the Slack workspace authorized with AWS Chatbot.
sourcepub fn get_slack_team_id(&self) -> &Option<String>
pub fn get_slack_team_id(&self) -> &Option<String>
The ID of the Slack workspace authorized with AWS Chatbot.
sourcepub fn slack_channel_id(self, input: impl Into<String>) -> Self
pub fn slack_channel_id(self, input: impl Into<String>) -> Self
The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ. This field is required.
sourcepub fn set_slack_channel_id(self, input: Option<String>) -> Self
pub fn set_slack_channel_id(self, input: Option<String>) -> Self
The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
sourcepub fn get_slack_channel_id(&self) -> &Option<String>
pub fn get_slack_channel_id(&self) -> &Option<String>
The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
sourcepub fn slack_channel_name(self, input: impl Into<String>) -> Self
pub fn slack_channel_name(self, input: impl Into<String>) -> Self
The name of the Slack Channel. This field is required.
sourcepub fn set_slack_channel_name(self, input: Option<String>) -> Self
pub fn set_slack_channel_name(self, input: Option<String>) -> Self
The name of the Slack Channel.
sourcepub fn get_slack_channel_name(&self) -> &Option<String>
pub fn get_slack_channel_name(&self) -> &Option<String>
The name of the Slack Channel.
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 SlackChannelConfiguration. 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 SlackChannelConfiguration.
sourcepub fn get_chat_configuration_arn(&self) -> &Option<String>
pub fn get_chat_configuration_arn(&self) -> &Option<String>
The ARN of the SlackChannelConfiguration.
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<SlackChannelConfiguration, BuildError>
pub fn build(self) -> Result<SlackChannelConfiguration, BuildError>
Consumes the builder and constructs a SlackChannelConfiguration
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for SlackChannelConfigurationBuilder
impl Clone for SlackChannelConfigurationBuilder
source§fn clone(&self) -> SlackChannelConfigurationBuilder
fn clone(&self) -> SlackChannelConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SlackChannelConfigurationBuilder
impl Default for SlackChannelConfigurationBuilder
source§fn default() -> SlackChannelConfigurationBuilder
fn default() -> SlackChannelConfigurationBuilder
source§impl PartialEq for SlackChannelConfigurationBuilder
impl PartialEq for SlackChannelConfigurationBuilder
source§fn eq(&self, other: &SlackChannelConfigurationBuilder) -> bool
fn eq(&self, other: &SlackChannelConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.