Struct aws_sdk_chime::types::builders::EventsConfigurationBuilder
source · #[non_exhaustive]pub struct EventsConfigurationBuilder { /* private fields */ }Expand description
A builder for EventsConfiguration.
Implementations§
source§impl EventsConfigurationBuilder
impl EventsConfigurationBuilder
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The bot ID.
sourcepub fn outbound_events_https_endpoint(self, input: impl Into<String>) -> Self
pub fn outbound_events_https_endpoint(self, input: impl Into<String>) -> Self
HTTPS endpoint that allows a bot to receive outgoing events.
sourcepub fn set_outbound_events_https_endpoint(self, input: Option<String>) -> Self
pub fn set_outbound_events_https_endpoint(self, input: Option<String>) -> Self
HTTPS endpoint that allows a bot to receive outgoing events.
sourcepub fn lambda_function_arn(self, input: impl Into<String>) -> Self
pub fn lambda_function_arn(self, input: impl Into<String>) -> Self
Lambda function ARN that allows a bot to receive outgoing events.
sourcepub fn set_lambda_function_arn(self, input: Option<String>) -> Self
pub fn set_lambda_function_arn(self, input: Option<String>) -> Self
Lambda function ARN that allows a bot to receive outgoing events.
sourcepub fn build(self) -> EventsConfiguration
pub fn build(self) -> EventsConfiguration
Consumes the builder and constructs a EventsConfiguration.
Trait Implementations§
source§impl Clone for EventsConfigurationBuilder
impl Clone for EventsConfigurationBuilder
source§fn clone(&self) -> EventsConfigurationBuilder
fn clone(&self) -> EventsConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventsConfigurationBuilder
impl Debug for EventsConfigurationBuilder
source§impl Default for EventsConfigurationBuilder
impl Default for EventsConfigurationBuilder
source§fn default() -> EventsConfigurationBuilder
fn default() -> EventsConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EventsConfigurationBuilder> for EventsConfigurationBuilder
impl PartialEq<EventsConfigurationBuilder> for EventsConfigurationBuilder
source§fn eq(&self, other: &EventsConfigurationBuilder) -> bool
fn eq(&self, other: &EventsConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.