#[non_exhaustive]pub struct SipRuleTargetApplicationBuilder { /* private fields */ }Expand description
A builder for SipRuleTargetApplication.
Implementations§
source§impl SipRuleTargetApplicationBuilder
impl SipRuleTargetApplicationBuilder
sourcepub fn sip_media_application_id(self, input: impl Into<String>) -> Self
pub fn sip_media_application_id(self, input: impl Into<String>) -> Self
The SIP media application ID.
sourcepub fn set_sip_media_application_id(self, input: Option<String>) -> Self
pub fn set_sip_media_application_id(self, input: Option<String>) -> Self
The SIP media application ID.
sourcepub fn priority(self, input: i32) -> Self
pub fn priority(self, input: i32) -> Self
Priority of the SIP media application in the target list.
sourcepub fn set_priority(self, input: Option<i32>) -> Self
pub fn set_priority(self, input: Option<i32>) -> Self
Priority of the SIP media application in the target list.
sourcepub fn aws_region(self, input: impl Into<String>) -> Self
pub fn aws_region(self, input: impl Into<String>) -> Self
The AWS Region of the target application.
sourcepub fn set_aws_region(self, input: Option<String>) -> Self
pub fn set_aws_region(self, input: Option<String>) -> Self
The AWS Region of the target application.
sourcepub fn build(self) -> SipRuleTargetApplication
pub fn build(self) -> SipRuleTargetApplication
Consumes the builder and constructs a SipRuleTargetApplication.
Trait Implementations§
source§impl Clone for SipRuleTargetApplicationBuilder
impl Clone for SipRuleTargetApplicationBuilder
source§fn clone(&self) -> SipRuleTargetApplicationBuilder
fn clone(&self) -> SipRuleTargetApplicationBuilder
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 SipRuleTargetApplicationBuilder
impl Default for SipRuleTargetApplicationBuilder
source§fn default() -> SipRuleTargetApplicationBuilder
fn default() -> SipRuleTargetApplicationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SipRuleTargetApplicationBuilder> for SipRuleTargetApplicationBuilder
impl PartialEq<SipRuleTargetApplicationBuilder> for SipRuleTargetApplicationBuilder
source§fn eq(&self, other: &SipRuleTargetApplicationBuilder) -> bool
fn eq(&self, other: &SipRuleTargetApplicationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.