Struct aws_sdk_mediapackage::model::hls_ingest::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HlsIngest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ingest_endpoints(self, input: IngestEndpoint) -> Self
pub fn ingest_endpoints(self, input: IngestEndpoint) -> Self
Appends an item to ingest_endpoints
.
To override the contents of this collection use set_ingest_endpoints
.
A list of endpoints to which the source stream should be sent.
sourcepub fn set_ingest_endpoints(self, input: Option<Vec<IngestEndpoint>>) -> Self
pub fn set_ingest_endpoints(self, input: Option<Vec<IngestEndpoint>>) -> Self
A list of endpoints to which the source stream should be sent.