Struct aws_sdk_cloudfront::operation::create_field_level_encryption_config::builders::CreateFieldLevelEncryptionConfigOutputBuilder
source · #[non_exhaustive]pub struct CreateFieldLevelEncryptionConfigOutputBuilder { /* private fields */ }
Expand description
A builder for CreateFieldLevelEncryptionConfigOutput
.
Implementations§
source§impl CreateFieldLevelEncryptionConfigOutputBuilder
impl CreateFieldLevelEncryptionConfigOutputBuilder
sourcepub fn field_level_encryption(self, input: FieldLevelEncryption) -> Self
pub fn field_level_encryption(self, input: FieldLevelEncryption) -> Self
Returned when you create a new field-level encryption configuration.
sourcepub fn set_field_level_encryption(
self,
input: Option<FieldLevelEncryption>
) -> Self
pub fn set_field_level_encryption( self, input: Option<FieldLevelEncryption> ) -> Self
Returned when you create a new field-level encryption configuration.
sourcepub fn location(self, input: impl Into<String>) -> Self
pub fn location(self, input: impl Into<String>) -> Self
The fully qualified URI of the new configuration resource just created.
sourcepub fn set_location(self, input: Option<String>) -> Self
pub fn set_location(self, input: Option<String>) -> Self
The fully qualified URI of the new configuration resource just created.
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) -> CreateFieldLevelEncryptionConfigOutput
pub fn build(self) -> CreateFieldLevelEncryptionConfigOutput
Consumes the builder and constructs a CreateFieldLevelEncryptionConfigOutput
.
Trait Implementations§
source§impl Clone for CreateFieldLevelEncryptionConfigOutputBuilder
impl Clone for CreateFieldLevelEncryptionConfigOutputBuilder
source§fn clone(&self) -> CreateFieldLevelEncryptionConfigOutputBuilder
fn clone(&self) -> CreateFieldLevelEncryptionConfigOutputBuilder
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 CreateFieldLevelEncryptionConfigOutputBuilder
impl Default for CreateFieldLevelEncryptionConfigOutputBuilder
source§fn default() -> CreateFieldLevelEncryptionConfigOutputBuilder
fn default() -> CreateFieldLevelEncryptionConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateFieldLevelEncryptionConfigOutputBuilder> for CreateFieldLevelEncryptionConfigOutputBuilder
impl PartialEq<CreateFieldLevelEncryptionConfigOutputBuilder> for CreateFieldLevelEncryptionConfigOutputBuilder
source§fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutputBuilder) -> bool
fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.