#[non_exhaustive]pub struct BusinessCallingSettingsBuilder { /* private fields */ }Expand description
A builder for BusinessCallingSettings.
Implementations§
source§impl BusinessCallingSettingsBuilder
impl BusinessCallingSettingsBuilder
sourcepub fn cdr_bucket(self, input: impl Into<String>) -> Self
pub fn cdr_bucket(self, input: impl Into<String>) -> Self
The Amazon S3 bucket designated for call detail record storage.
sourcepub fn set_cdr_bucket(self, input: Option<String>) -> Self
pub fn set_cdr_bucket(self, input: Option<String>) -> Self
The Amazon S3 bucket designated for call detail record storage.
sourcepub fn build(self) -> BusinessCallingSettings
pub fn build(self) -> BusinessCallingSettings
Consumes the builder and constructs a BusinessCallingSettings.
Trait Implementations§
source§impl Clone for BusinessCallingSettingsBuilder
impl Clone for BusinessCallingSettingsBuilder
source§fn clone(&self) -> BusinessCallingSettingsBuilder
fn clone(&self) -> BusinessCallingSettingsBuilder
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 BusinessCallingSettingsBuilder
impl Default for BusinessCallingSettingsBuilder
source§fn default() -> BusinessCallingSettingsBuilder
fn default() -> BusinessCallingSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BusinessCallingSettingsBuilder> for BusinessCallingSettingsBuilder
impl PartialEq<BusinessCallingSettingsBuilder> for BusinessCallingSettingsBuilder
source§fn eq(&self, other: &BusinessCallingSettingsBuilder) -> bool
fn eq(&self, other: &BusinessCallingSettingsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BusinessCallingSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BusinessCallingSettingsBuilder
impl Send for BusinessCallingSettingsBuilder
impl Sync for BusinessCallingSettingsBuilder
impl Unpin for BusinessCallingSettingsBuilder
impl UnwindSafe for BusinessCallingSettingsBuilder
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
Mutably borrows from an owned value. Read more