#[non_exhaustive]pub struct SipMediaApplicationEndpointBuilder { /* private fields */ }Expand description
A builder for SipMediaApplicationEndpoint.
Implementations§
source§impl SipMediaApplicationEndpointBuilder
impl SipMediaApplicationEndpointBuilder
sourcepub fn lambda_arn(self, input: impl Into<String>) -> Self
pub fn lambda_arn(self, input: impl Into<String>) -> Self
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
sourcepub fn set_lambda_arn(self, input: Option<String>) -> Self
pub fn set_lambda_arn(self, input: Option<String>) -> Self
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
sourcepub fn build(self) -> SipMediaApplicationEndpoint
pub fn build(self) -> SipMediaApplicationEndpoint
Consumes the builder and constructs a SipMediaApplicationEndpoint.
Trait Implementations§
source§impl Clone for SipMediaApplicationEndpointBuilder
impl Clone for SipMediaApplicationEndpointBuilder
source§fn clone(&self) -> SipMediaApplicationEndpointBuilder
fn clone(&self) -> SipMediaApplicationEndpointBuilder
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 Default for SipMediaApplicationEndpointBuilder
impl Default for SipMediaApplicationEndpointBuilder
source§fn default() -> SipMediaApplicationEndpointBuilder
fn default() -> SipMediaApplicationEndpointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SipMediaApplicationEndpointBuilder> for SipMediaApplicationEndpointBuilder
impl PartialEq<SipMediaApplicationEndpointBuilder> for SipMediaApplicationEndpointBuilder
source§fn eq(&self, other: &SipMediaApplicationEndpointBuilder) -> bool
fn eq(&self, other: &SipMediaApplicationEndpointBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.