pub struct PutVoiceConnectorStreamingConfiguration { /* private fields */ }Expand description
Fluent builder constructing a request to PutVoiceConnectorStreamingConfiguration.
Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.
Implementations
sourceimpl PutVoiceConnectorStreamingConfiguration
impl PutVoiceConnectorStreamingConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutVoiceConnectorStreamingConfiguration, AwsResponseRetryClassifier>, SdkError<PutVoiceConnectorStreamingConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutVoiceConnectorStreamingConfiguration, AwsResponseRetryClassifier>, SdkError<PutVoiceConnectorStreamingConfigurationError>>
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<PutVoiceConnectorStreamingConfigurationOutput, SdkError<PutVoiceConnectorStreamingConfigurationError>>
pub async fn send(
self
) -> Result<PutVoiceConnectorStreamingConfigurationOutput, SdkError<PutVoiceConnectorStreamingConfigurationError>>
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 streaming_configuration(self, input: StreamingConfiguration) -> Self
pub fn streaming_configuration(self, input: StreamingConfiguration) -> Self
The streaming configuration details to add.
sourcepub fn set_streaming_configuration(
self,
input: Option<StreamingConfiguration>
) -> Self
pub fn set_streaming_configuration(
self,
input: Option<StreamingConfiguration>
) -> Self
The streaming configuration details to add.
Trait Implementations
sourceimpl Clone for PutVoiceConnectorStreamingConfiguration
impl Clone for PutVoiceConnectorStreamingConfiguration
sourcefn clone(&self) -> PutVoiceConnectorStreamingConfiguration
fn clone(&self) -> PutVoiceConnectorStreamingConfiguration
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more