Struct aws_sdk_chime::model::proxy_session::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ProxySession
Implementations
The Amazon Chime voice connector ID.
The Amazon Chime voice connector ID.
The proxy session ID.
The proxy session ID.
The status of the proxy session.
The status of the proxy session.
The number of minutes allowed for the proxy session.
The number of minutes allowed for the proxy session.
Appends an item to capabilities.
To override the contents of this collection use set_capabilities.
The proxy session capabilities.
The proxy session capabilities.
The created time stamp, in ISO 8601 format.
The created time stamp, in ISO 8601 format.
The updated time stamp, in ISO 8601 format.
The updated time stamp, in ISO 8601 format.
The ended time stamp, in ISO 8601 format.
The ended time stamp, in ISO 8601 format.
Appends an item to participants.
To override the contents of this collection use set_participants.
The proxy session participants.
The proxy session participants.
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
The preference for matching the country or area code of the proxy phone number with that of the first participant.
The preference for matching the country or area code of the proxy phone number with that of the first participant.
The country and area code for the proxy phone number.
The country and area code for the proxy phone number.
Consumes the builder and constructs a ProxySession
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more