Struct aws_sdk_cloudfront::operation::get_streaming_distribution_config::builders::GetStreamingDistributionConfigOutputBuilder
source · #[non_exhaustive]pub struct GetStreamingDistributionConfigOutputBuilder { /* private fields */ }
Expand description
A builder for GetStreamingDistributionConfigOutput
.
Implementations§
source§impl GetStreamingDistributionConfigOutputBuilder
impl GetStreamingDistributionConfigOutputBuilder
sourcepub fn streaming_distribution_config(
self,
input: StreamingDistributionConfig
) -> Self
pub fn streaming_distribution_config( self, input: StreamingDistributionConfig ) -> Self
The streaming distribution's configuration information.
sourcepub fn set_streaming_distribution_config(
self,
input: Option<StreamingDistributionConfig>
) -> Self
pub fn set_streaming_distribution_config( self, input: Option<StreamingDistributionConfig> ) -> Self
The streaming distribution's configuration information.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The current version of the configuration. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> GetStreamingDistributionConfigOutput
pub fn build(self) -> GetStreamingDistributionConfigOutput
Consumes the builder and constructs a GetStreamingDistributionConfigOutput
.
Trait Implementations§
source§impl Clone for GetStreamingDistributionConfigOutputBuilder
impl Clone for GetStreamingDistributionConfigOutputBuilder
source§fn clone(&self) -> GetStreamingDistributionConfigOutputBuilder
fn clone(&self) -> GetStreamingDistributionConfigOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetStreamingDistributionConfigOutputBuilder
impl Default for GetStreamingDistributionConfigOutputBuilder
source§fn default() -> GetStreamingDistributionConfigOutputBuilder
fn default() -> GetStreamingDistributionConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetStreamingDistributionConfigOutputBuilder> for GetStreamingDistributionConfigOutputBuilder
impl PartialEq<GetStreamingDistributionConfigOutputBuilder> for GetStreamingDistributionConfigOutputBuilder
source§fn eq(&self, other: &GetStreamingDistributionConfigOutputBuilder) -> bool
fn eq(&self, other: &GetStreamingDistributionConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.