Struct aws_sdk_cloudfront::operation::delete_field_level_encryption_config::builders::DeleteFieldLevelEncryptionConfigInputBuilder
source · #[non_exhaustive]pub struct DeleteFieldLevelEncryptionConfigInputBuilder { /* private fields */ }
Expand description
A builder for DeleteFieldLevelEncryptionConfigInput
.
Implementations§
source§impl DeleteFieldLevelEncryptionConfigInputBuilder
impl DeleteFieldLevelEncryptionConfigInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the configuration you want to delete from CloudFront.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the configuration you want to delete from CloudFront.
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 retrieving the configuration identity to delete. 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 retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> Result<DeleteFieldLevelEncryptionConfigInput, BuildError>
pub fn build(self) -> Result<DeleteFieldLevelEncryptionConfigInput, BuildError>
Consumes the builder and constructs a DeleteFieldLevelEncryptionConfigInput
.
Trait Implementations§
source§impl Clone for DeleteFieldLevelEncryptionConfigInputBuilder
impl Clone for DeleteFieldLevelEncryptionConfigInputBuilder
source§fn clone(&self) -> DeleteFieldLevelEncryptionConfigInputBuilder
fn clone(&self) -> DeleteFieldLevelEncryptionConfigInputBuilder
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 DeleteFieldLevelEncryptionConfigInputBuilder
impl Default for DeleteFieldLevelEncryptionConfigInputBuilder
source§fn default() -> DeleteFieldLevelEncryptionConfigInputBuilder
fn default() -> DeleteFieldLevelEncryptionConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteFieldLevelEncryptionConfigInputBuilder> for DeleteFieldLevelEncryptionConfigInputBuilder
impl PartialEq<DeleteFieldLevelEncryptionConfigInputBuilder> for DeleteFieldLevelEncryptionConfigInputBuilder
source§fn eq(&self, other: &DeleteFieldLevelEncryptionConfigInputBuilder) -> bool
fn eq(&self, other: &DeleteFieldLevelEncryptionConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.