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 get_field_level_encryption(&self) -> &Option<FieldLevelEncryption>
pub fn get_field_level_encryption(&self) -> &Option<FieldLevelEncryption>
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 get_location(&self) -> &Option<String>
pub fn get_location(&self) -> &Option<String>
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 get_e_tag(&self) -> &Option<String>
pub fn get_e_tag(&self) -> &Option<String>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateFieldLevelEncryptionConfigOutputBuilder
impl Default for CreateFieldLevelEncryptionConfigOutputBuilder
source§fn default() -> CreateFieldLevelEncryptionConfigOutputBuilder
fn default() -> CreateFieldLevelEncryptionConfigOutputBuilder
source§impl PartialEq for CreateFieldLevelEncryptionConfigOutputBuilder
impl PartialEq for CreateFieldLevelEncryptionConfigOutputBuilder
source§fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutputBuilder) -> bool
fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateFieldLevelEncryptionConfigOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateFieldLevelEncryptionConfigOutputBuilder
impl RefUnwindSafe for CreateFieldLevelEncryptionConfigOutputBuilder
impl Send for CreateFieldLevelEncryptionConfigOutputBuilder
impl Sync for CreateFieldLevelEncryptionConfigOutputBuilder
impl Unpin for CreateFieldLevelEncryptionConfigOutputBuilder
impl UnwindSafe for CreateFieldLevelEncryptionConfigOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more