Struct aws_sdk_chatbot::operation::create_slack_channel_configuration::builders::CreateSlackChannelConfigurationInputBuilder
source · #[non_exhaustive]pub struct CreateSlackChannelConfigurationInputBuilder { /* private fields */ }Expand description
A builder for CreateSlackChannelConfigurationInput.
Implementations§
source§impl CreateSlackChannelConfigurationInputBuilder
impl CreateSlackChannelConfigurationInputBuilder
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.
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 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. 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 configuration_name(self, input: impl Into<String>) -> Self
pub fn configuration_name(self, input: impl Into<String>) -> Self
The name of the configuration. This field is required.
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.
Appends an item to tags.
To override the contents of this collection use set_tags.
A list of tags to apply to the configuration.
A list of tags to apply to the configuration.
A list of tags to apply to the configuration.
sourcepub fn build(self) -> Result<CreateSlackChannelConfigurationInput, BuildError>
pub fn build(self) -> Result<CreateSlackChannelConfigurationInput, BuildError>
Consumes the builder and constructs a CreateSlackChannelConfigurationInput.
source§impl CreateSlackChannelConfigurationInputBuilder
impl CreateSlackChannelConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<CreateSlackChannelConfigurationOutput, SdkError<CreateSlackChannelConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<CreateSlackChannelConfigurationOutput, SdkError<CreateSlackChannelConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateSlackChannelConfigurationInputBuilder
impl Clone for CreateSlackChannelConfigurationInputBuilder
source§fn clone(&self) -> CreateSlackChannelConfigurationInputBuilder
fn clone(&self) -> CreateSlackChannelConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSlackChannelConfigurationInputBuilder
impl Default for CreateSlackChannelConfigurationInputBuilder
source§fn default() -> CreateSlackChannelConfigurationInputBuilder
fn default() -> CreateSlackChannelConfigurationInputBuilder
source§impl PartialEq for CreateSlackChannelConfigurationInputBuilder
impl PartialEq for CreateSlackChannelConfigurationInputBuilder
source§fn eq(&self, other: &CreateSlackChannelConfigurationInputBuilder) -> bool
fn eq(&self, other: &CreateSlackChannelConfigurationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateSlackChannelConfigurationInputBuilder
Auto Trait Implementations§
impl Freeze for CreateSlackChannelConfigurationInputBuilder
impl RefUnwindSafe for CreateSlackChannelConfigurationInputBuilder
impl Send for CreateSlackChannelConfigurationInputBuilder
impl Sync for CreateSlackChannelConfigurationInputBuilder
impl Unpin for CreateSlackChannelConfigurationInputBuilder
impl UnwindSafe for CreateSlackChannelConfigurationInputBuilder
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