Struct aws_sdk_mediatailor::operation::describe_program::builders::DescribeProgramOutputBuilder
source · #[non_exhaustive]pub struct DescribeProgramOutputBuilder { /* private fields */ }Expand description
A builder for DescribeProgramOutput.
Implementations§
source§impl DescribeProgramOutputBuilder
impl DescribeProgramOutputBuilder
sourcepub fn ad_breaks(self, input: AdBreak) -> Self
pub fn ad_breaks(self, input: AdBreak) -> Self
Appends an item to ad_breaks.
To override the contents of this collection use set_ad_breaks.
The ad break configuration settings.
sourcepub fn set_ad_breaks(self, input: Option<Vec<AdBreak>>) -> Self
pub fn set_ad_breaks(self, input: Option<Vec<AdBreak>>) -> Self
The ad break configuration settings.
sourcepub fn get_ad_breaks(&self) -> &Option<Vec<AdBreak>>
pub fn get_ad_breaks(&self) -> &Option<Vec<AdBreak>>
The ad break configuration settings.
sourcepub fn channel_name(self, input: impl Into<String>) -> Self
pub fn channel_name(self, input: impl Into<String>) -> Self
The name of the channel that the program belongs to.
sourcepub fn set_channel_name(self, input: Option<String>) -> Self
pub fn set_channel_name(self, input: Option<String>) -> Self
The name of the channel that the program belongs to.
sourcepub fn get_channel_name(&self) -> &Option<String>
pub fn get_channel_name(&self) -> &Option<String>
The name of the channel that the program belongs to.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The timestamp of when the program 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 program was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The timestamp of when the program was created.
sourcepub fn live_source_name(self, input: impl Into<String>) -> Self
pub fn live_source_name(self, input: impl Into<String>) -> Self
The name of the LiveSource for this Program.
sourcepub fn set_live_source_name(self, input: Option<String>) -> Self
pub fn set_live_source_name(self, input: Option<String>) -> Self
The name of the LiveSource for this Program.
sourcepub fn get_live_source_name(&self) -> &Option<String>
pub fn get_live_source_name(&self) -> &Option<String>
The name of the LiveSource for this Program.
sourcepub fn program_name(self, input: impl Into<String>) -> Self
pub fn program_name(self, input: impl Into<String>) -> Self
The name of the program.
sourcepub fn set_program_name(self, input: Option<String>) -> Self
pub fn set_program_name(self, input: Option<String>) -> Self
The name of the program.
sourcepub fn get_program_name(&self) -> &Option<String>
pub fn get_program_name(&self) -> &Option<String>
The name of the program.
sourcepub fn scheduled_start_time(self, input: DateTime) -> Self
pub fn scheduled_start_time(self, input: DateTime) -> Self
The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
sourcepub fn set_scheduled_start_time(self, input: Option<DateTime>) -> Self
pub fn set_scheduled_start_time(self, input: Option<DateTime>) -> Self
The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
sourcepub fn get_scheduled_start_time(&self) -> &Option<DateTime>
pub fn get_scheduled_start_time(&self) -> &Option<DateTime>
The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.
sourcepub fn source_location_name(self, input: impl Into<String>) -> Self
pub fn source_location_name(self, input: impl Into<String>) -> Self
The source location name.
sourcepub fn set_source_location_name(self, input: Option<String>) -> Self
pub fn set_source_location_name(self, input: Option<String>) -> Self
The source location name.
sourcepub fn get_source_location_name(&self) -> &Option<String>
pub fn get_source_location_name(&self) -> &Option<String>
The source location name.
sourcepub fn vod_source_name(self, input: impl Into<String>) -> Self
pub fn vod_source_name(self, input: impl Into<String>) -> Self
The name that's used to refer to a VOD source.
sourcepub fn set_vod_source_name(self, input: Option<String>) -> Self
pub fn set_vod_source_name(self, input: Option<String>) -> Self
The name that's used to refer to a VOD source.
sourcepub fn get_vod_source_name(&self) -> &Option<String>
pub fn get_vod_source_name(&self) -> &Option<String>
The name that's used to refer to a VOD source.
sourcepub fn clip_range(self, input: ClipRange) -> Self
pub fn clip_range(self, input: ClipRange) -> Self
The clip range configuration settings.
sourcepub fn set_clip_range(self, input: Option<ClipRange>) -> Self
pub fn set_clip_range(self, input: Option<ClipRange>) -> Self
The clip range configuration settings.
sourcepub fn get_clip_range(&self) -> &Option<ClipRange>
pub fn get_clip_range(&self) -> &Option<ClipRange>
The clip range configuration settings.
sourcepub fn duration_millis(self, input: i64) -> Self
pub fn duration_millis(self, input: i64) -> Self
The duration of the live program in milliseconds.
sourcepub fn set_duration_millis(self, input: Option<i64>) -> Self
pub fn set_duration_millis(self, input: Option<i64>) -> Self
The duration of the live program in milliseconds.
sourcepub fn get_duration_millis(&self) -> &Option<i64>
pub fn get_duration_millis(&self) -> &Option<i64>
The duration of the live program in milliseconds.
sourcepub fn build(self) -> DescribeProgramOutput
pub fn build(self) -> DescribeProgramOutput
Consumes the builder and constructs a DescribeProgramOutput.
Trait Implementations§
source§impl Clone for DescribeProgramOutputBuilder
impl Clone for DescribeProgramOutputBuilder
source§fn clone(&self) -> DescribeProgramOutputBuilder
fn clone(&self) -> DescribeProgramOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeProgramOutputBuilder
impl Debug for DescribeProgramOutputBuilder
source§impl Default for DescribeProgramOutputBuilder
impl Default for DescribeProgramOutputBuilder
source§fn default() -> DescribeProgramOutputBuilder
fn default() -> DescribeProgramOutputBuilder
source§impl PartialEq for DescribeProgramOutputBuilder
impl PartialEq for DescribeProgramOutputBuilder
source§fn eq(&self, other: &DescribeProgramOutputBuilder) -> bool
fn eq(&self, other: &DescribeProgramOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.