Struct aws_sdk_chime::client::fluent_builders::UpdateProxySession
source · [−]pub struct UpdateProxySession { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateProxySession.
Updates the specified proxy session details, such as voice or SMS capabilities.
Implementations
sourceimpl UpdateProxySession
impl UpdateProxySession
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateProxySession, AwsResponseRetryClassifier>, SdkError<UpdateProxySessionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateProxySession, AwsResponseRetryClassifier>, SdkError<UpdateProxySessionError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateProxySessionOutput, SdkError<UpdateProxySessionError>>
pub async fn send(
self
) -> Result<UpdateProxySessionOutput, SdkError<UpdateProxySessionError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn voice_connector_id(self, input: impl Into<String>) -> Self
pub fn voice_connector_id(self, input: impl Into<String>) -> Self
The Amazon Chime voice connector ID.
sourcepub fn set_voice_connector_id(self, input: Option<String>) -> Self
pub fn set_voice_connector_id(self, input: Option<String>) -> Self
The Amazon Chime voice connector ID.
sourcepub fn proxy_session_id(self, input: impl Into<String>) -> Self
pub fn proxy_session_id(self, input: impl Into<String>) -> Self
The proxy session ID.
sourcepub fn set_proxy_session_id(self, input: Option<String>) -> Self
pub fn set_proxy_session_id(self, input: Option<String>) -> Self
The proxy session ID.
sourcepub fn capabilities(self, input: Capability) -> Self
pub fn capabilities(self, input: Capability) -> Self
Appends an item to Capabilities.
To override the contents of this collection use set_capabilities.
The proxy session capabilities.
sourcepub fn set_capabilities(self, input: Option<Vec<Capability>>) -> Self
pub fn set_capabilities(self, input: Option<Vec<Capability>>) -> Self
The proxy session capabilities.
sourcepub fn expiry_minutes(self, input: i32) -> Self
pub fn expiry_minutes(self, input: i32) -> Self
The number of minutes allowed for the proxy session.
sourcepub fn set_expiry_minutes(self, input: Option<i32>) -> Self
pub fn set_expiry_minutes(self, input: Option<i32>) -> Self
The number of minutes allowed for the proxy session.
Trait Implementations
sourceimpl Clone for UpdateProxySession
impl Clone for UpdateProxySession
sourcefn clone(&self) -> UpdateProxySession
fn clone(&self) -> UpdateProxySession
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more