Struct aws_sdk_ivs::types::builders::StreamKeyBuilder
source · #[non_exhaustive]pub struct StreamKeyBuilder { /* private fields */ }Expand description
A builder for StreamKey.
Implementations§
source§impl StreamKeyBuilder
impl StreamKeyBuilder
sourcepub fn channel_arn(self, input: impl Into<String>) -> Self
pub fn channel_arn(self, input: impl Into<String>) -> Self
Channel ARN for the stream.
sourcepub fn set_channel_arn(self, input: Option<String>) -> Self
pub fn set_channel_arn(self, input: Option<String>) -> Self
Channel ARN for the stream.
sourcepub fn get_channel_arn(&self) -> &Option<String>
pub fn get_channel_arn(&self) -> &Option<String>
Channel ARN for the stream.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Trait Implementations§
source§impl Clone for StreamKeyBuilder
impl Clone for StreamKeyBuilder
source§fn clone(&self) -> StreamKeyBuilder
fn clone(&self) -> StreamKeyBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for StreamKeyBuilder
impl Debug for StreamKeyBuilder
source§impl Default for StreamKeyBuilder
impl Default for StreamKeyBuilder
source§fn default() -> StreamKeyBuilder
fn default() -> StreamKeyBuilder
source§impl PartialEq for StreamKeyBuilder
impl PartialEq for StreamKeyBuilder
source§fn eq(&self, other: &StreamKeyBuilder) -> bool
fn eq(&self, other: &StreamKeyBuilder) -> bool
self and other values to be equal, and is used
by ==.