Struct aws_sdk_mediatailor::operation::update_live_source::builders::UpdateLiveSourceOutputBuilder
source · #[non_exhaustive]pub struct UpdateLiveSourceOutputBuilder { /* private fields */ }Expand description
A builder for UpdateLiveSourceOutput.
Implementations§
source§impl UpdateLiveSourceOutputBuilder
impl UpdateLiveSourceOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) associated with this live source.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) associated with this live source.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) associated with this live source.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The timestamp that indicates when 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 timestamp that indicates when the live source was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The timestamp that indicates when 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 configurations for the live source on this account.
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 configurations for the live source on this account.
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 configurations for the live source on this account.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The timestamp that indicates when 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 timestamp that indicates when 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 timestamp that indicates when 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 of 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 of the live source.
sourcepub fn get_live_source_name(&self) -> &Option<String>
pub fn get_live_source_name(&self) -> &Option<String>
The name of 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 of the source location associated with 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 of the source location associated with the live source.
sourcepub fn get_source_location_name(&self) -> &Option<String>
pub fn get_source_location_name(&self) -> &Option<String>
The name of the source location associated with 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) -> UpdateLiveSourceOutput
pub fn build(self) -> UpdateLiveSourceOutput
Consumes the builder and constructs a UpdateLiveSourceOutput.
Trait Implementations§
source§impl Clone for UpdateLiveSourceOutputBuilder
impl Clone for UpdateLiveSourceOutputBuilder
source§fn clone(&self) -> UpdateLiveSourceOutputBuilder
fn clone(&self) -> UpdateLiveSourceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateLiveSourceOutputBuilder
impl Default for UpdateLiveSourceOutputBuilder
source§fn default() -> UpdateLiveSourceOutputBuilder
fn default() -> UpdateLiveSourceOutputBuilder
source§impl PartialEq for UpdateLiveSourceOutputBuilder
impl PartialEq for UpdateLiveSourceOutputBuilder
source§fn eq(&self, other: &UpdateLiveSourceOutputBuilder) -> bool
fn eq(&self, other: &UpdateLiveSourceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.