Struct aws_sdk_cloudfront::operation::delete_streaming_distribution::builders::DeleteStreamingDistributionInputBuilder
source · #[non_exhaustive]pub struct DeleteStreamingDistributionInputBuilder { /* private fields */ }
Expand description
A builder for DeleteStreamingDistributionInput
.
Implementations§
source§impl DeleteStreamingDistributionInputBuilder
impl DeleteStreamingDistributionInputBuilder
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The value of the ETag
header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL
.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The value of the ETag
header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> Result<DeleteStreamingDistributionInput, BuildError>
pub fn build(self) -> Result<DeleteStreamingDistributionInput, BuildError>
Consumes the builder and constructs a DeleteStreamingDistributionInput
.
Trait Implementations§
source§impl Clone for DeleteStreamingDistributionInputBuilder
impl Clone for DeleteStreamingDistributionInputBuilder
source§fn clone(&self) -> DeleteStreamingDistributionInputBuilder
fn clone(&self) -> DeleteStreamingDistributionInputBuilder
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 DeleteStreamingDistributionInputBuilder
impl Default for DeleteStreamingDistributionInputBuilder
source§fn default() -> DeleteStreamingDistributionInputBuilder
fn default() -> DeleteStreamingDistributionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteStreamingDistributionInputBuilder> for DeleteStreamingDistributionInputBuilder
impl PartialEq<DeleteStreamingDistributionInputBuilder> for DeleteStreamingDistributionInputBuilder
source§fn eq(&self, other: &DeleteStreamingDistributionInputBuilder) -> bool
fn eq(&self, other: &DeleteStreamingDistributionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.