#[non_exhaustive]pub struct CreateChannelOutputBuilder { /* private fields */ }Expand description
A builder for CreateChannelOutput.
Implementations§
source§impl CreateChannelOutputBuilder
impl CreateChannelOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) to assign to the channel.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) to assign to the channel.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) to assign to the channel.
sourcepub fn channel_name(self, input: impl Into<String>) -> Self
pub fn channel_name(self, input: impl Into<String>) -> Self
The name to assign to the channel.
sourcepub fn set_channel_name(self, input: Option<String>) -> Self
pub fn set_channel_name(self, input: Option<String>) -> Self
The name to assign to the channel.
sourcepub fn get_channel_name(&self) -> &Option<String>
pub fn get_channel_name(&self) -> &Option<String>
The name to assign to the channel.
sourcepub fn channel_state(self, input: ChannelState) -> Self
pub fn channel_state(self, input: ChannelState) -> Self
Indicates whether the channel is in a running state or not.
sourcepub fn set_channel_state(self, input: Option<ChannelState>) -> Self
pub fn set_channel_state(self, input: Option<ChannelState>) -> Self
Indicates whether the channel is in a running state or not.
sourcepub fn get_channel_state(&self) -> &Option<ChannelState>
pub fn get_channel_state(&self) -> &Option<ChannelState>
Indicates whether the channel is in a running state or not.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The timestamp of when the channel was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The timestamp of when the channel was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The timestamp of when the channel was created.
sourcepub fn filler_slate(self, input: SlateSource) -> Self
pub fn filler_slate(self, input: SlateSource) -> Self
Contains information about the slate used to fill gaps between programs in the schedule.
sourcepub fn set_filler_slate(self, input: Option<SlateSource>) -> Self
pub fn set_filler_slate(self, input: Option<SlateSource>) -> Self
Contains information about the slate used to fill gaps between programs in the schedule.
sourcepub fn get_filler_slate(&self) -> &Option<SlateSource>
pub fn get_filler_slate(&self) -> &Option<SlateSource>
Contains information about the slate used to fill gaps between programs in the schedule.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The timestamp of when the channel was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The timestamp of when the channel was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The timestamp of when the channel was last modified.
sourcepub fn outputs(self, input: ResponseOutputItem) -> Self
pub fn outputs(self, input: ResponseOutputItem) -> Self
Appends an item to outputs.
To override the contents of this collection use set_outputs.
The output properties to assign to the channel.
sourcepub fn set_outputs(self, input: Option<Vec<ResponseOutputItem>>) -> Self
pub fn set_outputs(self, input: Option<Vec<ResponseOutputItem>>) -> Self
The output properties to assign to the channel.
sourcepub fn get_outputs(&self) -> &Option<Vec<ResponseOutputItem>>
pub fn get_outputs(&self) -> &Option<Vec<ResponseOutputItem>>
The output properties to assign to the channel.
sourcepub fn playback_mode(self, input: impl Into<String>) -> Self
pub fn playback_mode(self, input: impl Into<String>) -> Self
The playback mode to assign to the channel.
sourcepub fn set_playback_mode(self, input: Option<String>) -> Self
pub fn set_playback_mode(self, input: Option<String>) -> Self
The playback mode to assign to the channel.
sourcepub fn get_playback_mode(&self) -> &Option<String>
pub fn get_playback_mode(&self) -> &Option<String>
The playback mode to assign to the channel.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
sourcepub fn build(self) -> CreateChannelOutput
pub fn build(self) -> CreateChannelOutput
Consumes the builder and constructs a CreateChannelOutput.
Trait Implementations§
source§impl Clone for CreateChannelOutputBuilder
impl Clone for CreateChannelOutputBuilder
source§fn clone(&self) -> CreateChannelOutputBuilder
fn clone(&self) -> CreateChannelOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateChannelOutputBuilder
impl Debug for CreateChannelOutputBuilder
source§impl Default for CreateChannelOutputBuilder
impl Default for CreateChannelOutputBuilder
source§fn default() -> CreateChannelOutputBuilder
fn default() -> CreateChannelOutputBuilder
source§impl PartialEq for CreateChannelOutputBuilder
impl PartialEq for CreateChannelOutputBuilder
source§fn eq(&self, other: &CreateChannelOutputBuilder) -> bool
fn eq(&self, other: &CreateChannelOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.