Struct aws_sdk_cloudfront::operation::get_field_level_encryption_config::builders::GetFieldLevelEncryptionConfigOutputBuilder
source · #[non_exhaustive]pub struct GetFieldLevelEncryptionConfigOutputBuilder { /* private fields */ }
Expand description
A builder for GetFieldLevelEncryptionConfigOutput
.
Implementations§
source§impl GetFieldLevelEncryptionConfigOutputBuilder
impl GetFieldLevelEncryptionConfigOutputBuilder
sourcepub fn field_level_encryption_config(
self,
input: FieldLevelEncryptionConfig
) -> Self
pub fn field_level_encryption_config( self, input: FieldLevelEncryptionConfig ) -> Self
Return the field-level encryption configuration information.
sourcepub fn set_field_level_encryption_config(
self,
input: Option<FieldLevelEncryptionConfig>
) -> Self
pub fn set_field_level_encryption_config( self, input: Option<FieldLevelEncryptionConfig> ) -> Self
Return the field-level encryption configuration information.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> GetFieldLevelEncryptionConfigOutput
pub fn build(self) -> GetFieldLevelEncryptionConfigOutput
Consumes the builder and constructs a GetFieldLevelEncryptionConfigOutput
.
Trait Implementations§
source§impl Clone for GetFieldLevelEncryptionConfigOutputBuilder
impl Clone for GetFieldLevelEncryptionConfigOutputBuilder
source§fn clone(&self) -> GetFieldLevelEncryptionConfigOutputBuilder
fn clone(&self) -> GetFieldLevelEncryptionConfigOutputBuilder
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 GetFieldLevelEncryptionConfigOutputBuilder
impl Default for GetFieldLevelEncryptionConfigOutputBuilder
source§fn default() -> GetFieldLevelEncryptionConfigOutputBuilder
fn default() -> GetFieldLevelEncryptionConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFieldLevelEncryptionConfigOutputBuilder> for GetFieldLevelEncryptionConfigOutputBuilder
impl PartialEq<GetFieldLevelEncryptionConfigOutputBuilder> for GetFieldLevelEncryptionConfigOutputBuilder
source§fn eq(&self, other: &GetFieldLevelEncryptionConfigOutputBuilder) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.