pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteStreamingDistributionInput
.
Implementations§
source§impl Builder
impl Builder
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
.