Struct aws_sdk_mediatailor::operation::create_live_source::builders::CreateLiveSourceOutputBuilder
source · #[non_exhaustive]pub struct CreateLiveSourceOutputBuilder { /* private fields */ }Expand description
A builder for CreateLiveSourceOutput.
Implementations§
source§impl CreateLiveSourceOutputBuilder
impl CreateLiveSourceOutputBuilder
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the live source was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the live source was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time the live source was created.
sourcepub fn http_package_configurations(
self,
input: HttpPackageConfiguration
) -> Self
pub fn http_package_configurations( self, input: HttpPackageConfiguration ) -> Self
Appends an item to http_package_configurations.
To override the contents of this collection use set_http_package_configurations.
A list of HTTP package configuration parameters for this live source.
sourcepub fn set_http_package_configurations(
self,
input: Option<Vec<HttpPackageConfiguration>>
) -> Self
pub fn set_http_package_configurations( self, input: Option<Vec<HttpPackageConfiguration>> ) -> Self
A list of HTTP package configuration parameters for this live source.
sourcepub fn get_http_package_configurations(
&self
) -> &Option<Vec<HttpPackageConfiguration>>
pub fn get_http_package_configurations( &self ) -> &Option<Vec<HttpPackageConfiguration>>
A list of HTTP package configuration parameters for this live source.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The time the live source 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 time the live source was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The time the live source was last modified.
sourcepub fn live_source_name(self, input: impl Into<String>) -> Self
pub fn live_source_name(self, input: impl Into<String>) -> Self
The name to assign to the live source.
sourcepub fn set_live_source_name(self, input: Option<String>) -> Self
pub fn set_live_source_name(self, input: Option<String>) -> Self
The name to assign to the live source.
sourcepub fn get_live_source_name(&self) -> &Option<String>
pub fn get_live_source_name(&self) -> &Option<String>
The name to assign to the live source.
sourcepub fn source_location_name(self, input: impl Into<String>) -> Self
pub fn source_location_name(self, input: impl Into<String>) -> Self
The name to assign to the source location of the live source.
sourcepub fn set_source_location_name(self, input: Option<String>) -> Self
pub fn set_source_location_name(self, input: Option<String>) -> Self
The name to assign to the source location of the live source.
sourcepub fn get_source_location_name(&self) -> &Option<String>
pub fn get_source_location_name(&self) -> &Option<String>
The name to assign to the source location of the live source.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags to assign to the live source. 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 live source. 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 live source. 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) -> CreateLiveSourceOutput
pub fn build(self) -> CreateLiveSourceOutput
Consumes the builder and constructs a CreateLiveSourceOutput.
Trait Implementations§
source§impl Clone for CreateLiveSourceOutputBuilder
impl Clone for CreateLiveSourceOutputBuilder
source§fn clone(&self) -> CreateLiveSourceOutputBuilder
fn clone(&self) -> CreateLiveSourceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateLiveSourceOutputBuilder
impl Default for CreateLiveSourceOutputBuilder
source§fn default() -> CreateLiveSourceOutputBuilder
fn default() -> CreateLiveSourceOutputBuilder
source§impl PartialEq for CreateLiveSourceOutputBuilder
impl PartialEq for CreateLiveSourceOutputBuilder
source§fn eq(&self, other: &CreateLiveSourceOutputBuilder) -> bool
fn eq(&self, other: &CreateLiveSourceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.