pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFieldLevelEncryptionProfileInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Request the ID of the profile you want to delete from CloudFront.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Request the ID of the profile 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 profile 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 profile to delete. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> Result<DeleteFieldLevelEncryptionProfileInput, BuildError>
pub fn build(self) -> Result<DeleteFieldLevelEncryptionProfileInput, BuildError>
Consumes the builder and constructs a DeleteFieldLevelEncryptionProfileInput
.