Struct aws_sdk_cloudfront::operation::get_field_level_encryption_config::builders::GetFieldLevelEncryptionConfigInputBuilder
source · #[non_exhaustive]pub struct GetFieldLevelEncryptionConfigInputBuilder { /* private fields */ }
Expand description
A builder for GetFieldLevelEncryptionConfigInput
.
Implementations§
source§impl GetFieldLevelEncryptionConfigInputBuilder
impl GetFieldLevelEncryptionConfigInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Request the ID for the field-level encryption configuration information.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Request the ID for the field-level encryption configuration information.
sourcepub fn build(self) -> Result<GetFieldLevelEncryptionConfigInput, BuildError>
pub fn build(self) -> Result<GetFieldLevelEncryptionConfigInput, BuildError>
Consumes the builder and constructs a GetFieldLevelEncryptionConfigInput
.
Trait Implementations§
source§impl Clone for GetFieldLevelEncryptionConfigInputBuilder
impl Clone for GetFieldLevelEncryptionConfigInputBuilder
source§fn clone(&self) -> GetFieldLevelEncryptionConfigInputBuilder
fn clone(&self) -> GetFieldLevelEncryptionConfigInputBuilder
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 GetFieldLevelEncryptionConfigInputBuilder
impl Default for GetFieldLevelEncryptionConfigInputBuilder
source§fn default() -> GetFieldLevelEncryptionConfigInputBuilder
fn default() -> GetFieldLevelEncryptionConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFieldLevelEncryptionConfigInputBuilder> for GetFieldLevelEncryptionConfigInputBuilder
impl PartialEq<GetFieldLevelEncryptionConfigInputBuilder> for GetFieldLevelEncryptionConfigInputBuilder
source§fn eq(&self, other: &GetFieldLevelEncryptionConfigInputBuilder) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.