Struct aws_sdk_securityhub::types::builders::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
.
Implementations§
source§impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Enables fine-grained access control.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Enables fine-grained access control.
sourcepub fn internal_user_database_enabled(self, input: bool) -> Self
pub fn internal_user_database_enabled(self, input: bool) -> Self
Enables the internal user database.
sourcepub fn set_internal_user_database_enabled(self, input: Option<bool>) -> Self
pub fn set_internal_user_database_enabled(self, input: Option<bool>) -> Self
Enables the internal user database.
sourcepub fn get_internal_user_database_enabled(&self) -> &Option<bool>
pub fn get_internal_user_database_enabled(&self) -> &Option<bool>
Enables the internal user database.
sourcepub fn master_user_options(
self,
input: AwsOpenSearchServiceDomainMasterUserOptionsDetails
) -> Self
pub fn master_user_options( self, input: AwsOpenSearchServiceDomainMasterUserOptionsDetails ) -> Self
Specifies information about the master user of the domain.
sourcepub fn set_master_user_options(
self,
input: Option<AwsOpenSearchServiceDomainMasterUserOptionsDetails>
) -> Self
pub fn set_master_user_options( self, input: Option<AwsOpenSearchServiceDomainMasterUserOptionsDetails> ) -> Self
Specifies information about the master user of the domain.
sourcepub fn get_master_user_options(
&self
) -> &Option<AwsOpenSearchServiceDomainMasterUserOptionsDetails>
pub fn get_master_user_options( &self ) -> &Option<AwsOpenSearchServiceDomainMasterUserOptionsDetails>
Specifies information about the master user of the domain.
sourcepub fn build(self) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
pub fn build(self) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
Consumes the builder and constructs a AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl Clone for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
source§fn clone(
&self
) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
fn clone( &self ) -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
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 AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl Default for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
source§fn default() -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
fn default() -> AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl PartialEq for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl Send for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl Sync for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl Unpin for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
impl UnwindSafe for AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetailsBuilder
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
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>
Creates a shared type from an unshared type.