Struct aws_sdk_mediapackage::input::update_channel_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateChannelInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A short text description of the Channel.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A short text description of the Channel.
sourcepub fn build(self) -> Result<UpdateChannelInput, BuildError>
pub fn build(self) -> Result<UpdateChannelInput, BuildError>
Consumes the builder and constructs a UpdateChannelInput
.