Struct aws_sdk_supportapp::operation::update_slack_channel_configuration::builders::UpdateSlackChannelConfigurationOutputBuilder
source · #[non_exhaustive]pub struct UpdateSlackChannelConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSlackChannelConfigurationOutput
.
Implementations§
source§impl UpdateSlackChannelConfigurationOutputBuilder
impl UpdateSlackChannelConfigurationOutputBuilder
sourcepub fn team_id(self, input: impl Into<String>) -> Self
pub fn team_id(self, input: impl Into<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn set_team_id(self, input: Option<String>) -> Self
pub fn set_team_id(self, input: Option<String>) -> Self
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn channel_id(self, input: impl Into<String>) -> Self
pub fn channel_id(self, input: impl Into<String>) -> Self
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
sourcepub fn set_channel_id(self, input: Option<String>) -> Self
pub fn set_channel_id(self, input: Option<String>) -> Self
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
sourcepub fn channel_name(self, input: impl Into<String>) -> Self
pub fn channel_name(self, input: impl Into<String>) -> Self
The name of the Slack channel that you configure for the Amazon Web Services Support App.
sourcepub fn set_channel_name(self, input: Option<String>) -> Self
pub fn set_channel_name(self, input: Option<String>) -> Self
The name of the Slack channel that you configure for the Amazon Web Services Support App.
sourcepub fn notify_on_create_or_reopen_case(self, input: bool) -> Self
pub fn notify_on_create_or_reopen_case(self, input: bool) -> Self
Whether you want to get notified when a support case is created or reopened.
sourcepub fn set_notify_on_create_or_reopen_case(self, input: Option<bool>) -> Self
pub fn set_notify_on_create_or_reopen_case(self, input: Option<bool>) -> Self
Whether you want to get notified when a support case is created or reopened.
sourcepub fn notify_on_add_correspondence_to_case(self, input: bool) -> Self
pub fn notify_on_add_correspondence_to_case(self, input: bool) -> Self
Whether you want to get notified when a support case has a new correspondence.
sourcepub fn set_notify_on_add_correspondence_to_case(
self,
input: Option<bool>
) -> Self
pub fn set_notify_on_add_correspondence_to_case( self, input: Option<bool> ) -> Self
Whether you want to get notified when a support case has a new correspondence.
sourcepub fn notify_on_resolve_case(self, input: bool) -> Self
pub fn notify_on_resolve_case(self, input: bool) -> Self
Whether you want to get notified when a support case is resolved.
sourcepub fn set_notify_on_resolve_case(self, input: Option<bool>) -> Self
pub fn set_notify_on_resolve_case(self, input: Option<bool>) -> Self
Whether you want to get notified when a support case is resolved.
sourcepub fn notify_on_case_severity(self, input: NotificationSeverityLevel) -> Self
pub fn notify_on_case_severity(self, input: NotificationSeverityLevel) -> Self
The case severity for a support case that you want to receive notifications.
sourcepub fn set_notify_on_case_severity(
self,
input: Option<NotificationSeverityLevel>
) -> Self
pub fn set_notify_on_case_severity( self, input: Option<NotificationSeverityLevel> ) -> Self
The case severity for a support case that you want to receive notifications.
sourcepub fn channel_role_arn(self, input: impl Into<String>) -> Self
pub fn channel_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
sourcepub fn set_channel_role_arn(self, input: Option<String>) -> Self
pub fn set_channel_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
sourcepub fn build(self) -> UpdateSlackChannelConfigurationOutput
pub fn build(self) -> UpdateSlackChannelConfigurationOutput
Consumes the builder and constructs a UpdateSlackChannelConfigurationOutput
.
Trait Implementations§
source§impl Clone for UpdateSlackChannelConfigurationOutputBuilder
impl Clone for UpdateSlackChannelConfigurationOutputBuilder
source§fn clone(&self) -> UpdateSlackChannelConfigurationOutputBuilder
fn clone(&self) -> UpdateSlackChannelConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateSlackChannelConfigurationOutputBuilder
impl Default for UpdateSlackChannelConfigurationOutputBuilder
source§fn default() -> UpdateSlackChannelConfigurationOutputBuilder
fn default() -> UpdateSlackChannelConfigurationOutputBuilder
source§impl PartialEq<UpdateSlackChannelConfigurationOutputBuilder> for UpdateSlackChannelConfigurationOutputBuilder
impl PartialEq<UpdateSlackChannelConfigurationOutputBuilder> for UpdateSlackChannelConfigurationOutputBuilder
source§fn eq(&self, other: &UpdateSlackChannelConfigurationOutputBuilder) -> bool
fn eq(&self, other: &UpdateSlackChannelConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.