Struct aws_sdk_mediatailor::operation::create_source_location::builders::CreateSourceLocationOutputBuilder
source · #[non_exhaustive]pub struct CreateSourceLocationOutputBuilder { /* private fields */ }Expand description
A builder for CreateSourceLocationOutput.
Implementations§
source§impl CreateSourceLocationOutputBuilder
impl CreateSourceLocationOutputBuilder
sourcepub fn access_configuration(self, input: AccessConfiguration) -> Self
pub fn access_configuration(self, input: AccessConfiguration) -> Self
Access configuration parameters. Configures the type of authentication used to access content from your source location.
sourcepub fn set_access_configuration(
self,
input: Option<AccessConfiguration>
) -> Self
pub fn set_access_configuration( self, input: Option<AccessConfiguration> ) -> Self
Access configuration parameters. Configures the type of authentication used to access content from your source location.
sourcepub fn get_access_configuration(&self) -> &Option<AccessConfiguration>
pub fn get_access_configuration(&self) -> &Option<AccessConfiguration>
Access configuration parameters. Configures the type of authentication used to access content from your source location.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the source location 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 source location was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time the source location was created.
sourcepub fn default_segment_delivery_configuration(
self,
input: DefaultSegmentDeliveryConfiguration
) -> Self
pub fn default_segment_delivery_configuration( self, input: DefaultSegmentDeliveryConfiguration ) -> Self
The optional configuration for the server that serves segments.
sourcepub fn set_default_segment_delivery_configuration(
self,
input: Option<DefaultSegmentDeliveryConfiguration>
) -> Self
pub fn set_default_segment_delivery_configuration( self, input: Option<DefaultSegmentDeliveryConfiguration> ) -> Self
The optional configuration for the server that serves segments.
sourcepub fn get_default_segment_delivery_configuration(
&self
) -> &Option<DefaultSegmentDeliveryConfiguration>
pub fn get_default_segment_delivery_configuration( &self ) -> &Option<DefaultSegmentDeliveryConfiguration>
The optional configuration for the server that serves segments.
sourcepub fn http_configuration(self, input: HttpConfiguration) -> Self
pub fn http_configuration(self, input: HttpConfiguration) -> Self
The source's HTTP package configurations.
sourcepub fn set_http_configuration(self, input: Option<HttpConfiguration>) -> Self
pub fn set_http_configuration(self, input: Option<HttpConfiguration>) -> Self
The source's HTTP package configurations.
sourcepub fn get_http_configuration(&self) -> &Option<HttpConfiguration>
pub fn get_http_configuration(&self) -> &Option<HttpConfiguration>
The source's HTTP package configurations.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The time the source location 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 source location was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The time the source location was last modified.
sourcepub fn segment_delivery_configurations(
self,
input: SegmentDeliveryConfiguration
) -> Self
pub fn segment_delivery_configurations( self, input: SegmentDeliveryConfiguration ) -> Self
Appends an item to segment_delivery_configurations.
To override the contents of this collection use set_segment_delivery_configurations.
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
sourcepub fn set_segment_delivery_configurations(
self,
input: Option<Vec<SegmentDeliveryConfiguration>>
) -> Self
pub fn set_segment_delivery_configurations( self, input: Option<Vec<SegmentDeliveryConfiguration>> ) -> Self
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
sourcepub fn get_segment_delivery_configurations(
&self
) -> &Option<Vec<SegmentDeliveryConfiguration>>
pub fn get_segment_delivery_configurations( &self ) -> &Option<Vec<SegmentDeliveryConfiguration>>
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
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.
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.
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.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags to assign to the source location. 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 source location. 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 source location. 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) -> CreateSourceLocationOutput
pub fn build(self) -> CreateSourceLocationOutput
Consumes the builder and constructs a CreateSourceLocationOutput.
Trait Implementations§
source§impl Clone for CreateSourceLocationOutputBuilder
impl Clone for CreateSourceLocationOutputBuilder
source§fn clone(&self) -> CreateSourceLocationOutputBuilder
fn clone(&self) -> CreateSourceLocationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateSourceLocationOutputBuilder
impl Default for CreateSourceLocationOutputBuilder
source§fn default() -> CreateSourceLocationOutputBuilder
fn default() -> CreateSourceLocationOutputBuilder
source§impl PartialEq<CreateSourceLocationOutputBuilder> for CreateSourceLocationOutputBuilder
impl PartialEq<CreateSourceLocationOutputBuilder> for CreateSourceLocationOutputBuilder
source§fn eq(&self, other: &CreateSourceLocationOutputBuilder) -> bool
fn eq(&self, other: &CreateSourceLocationOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.