Struct aws_sdk_chatbot::operation::create_slack_channel_configuration::builders::CreateSlackChannelConfigurationFluentBuilder
source · pub struct CreateSlackChannelConfigurationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateSlackChannelConfiguration
.
Creates Slack Channel Configuration
Implementations§
source§impl CreateSlackChannelConfigurationFluentBuilder
impl CreateSlackChannelConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &CreateSlackChannelConfigurationInputBuilder
pub fn as_input(&self) -> &CreateSlackChannelConfigurationInputBuilder
Access the CreateSlackChannelConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<CreateSlackChannelConfigurationOutput, SdkError<CreateSlackChannelConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<CreateSlackChannelConfigurationOutput, SdkError<CreateSlackChannelConfigurationError, 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<CreateSlackChannelConfigurationOutput, CreateSlackChannelConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateSlackChannelConfigurationOutput, CreateSlackChannelConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
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.
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.
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 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 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 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 CreateSlackChannelConfigurationFluentBuilder
impl Clone for CreateSlackChannelConfigurationFluentBuilder
source§fn clone(&self) -> CreateSlackChannelConfigurationFluentBuilder
fn clone(&self) -> CreateSlackChannelConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more