Struct aws_sdk_securityhub::types::builders::AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
.
Implementations§
source§impl AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Whether node-to-node encryption is enabled.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Whether node-to-node encryption is enabled.
sourcepub fn build(
self
) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
pub fn build( self ) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
Consumes the builder and constructs a AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl Clone for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
source§fn clone(
&self
) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
fn clone( &self ) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
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 AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl Default for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
source§fn default(
) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
fn default( ) -> AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl PartialEq for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl Send for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl Sync for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl Unpin for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
impl UnwindSafe for AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetailsBuilder
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
Mutably borrows from an owned value. Read more