Struct aws_sdk_securityhub::types::builders::AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsOpenSearchServiceDomainLogPublishingOptionsDetails
.
Implementations§
source§impl AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
sourcepub fn index_slow_logs(
self,
input: AwsOpenSearchServiceDomainLogPublishingOption
) -> Self
pub fn index_slow_logs( self, input: AwsOpenSearchServiceDomainLogPublishingOption ) -> Self
Configures the OpenSearch index logs publishing.
sourcepub fn set_index_slow_logs(
self,
input: Option<AwsOpenSearchServiceDomainLogPublishingOption>
) -> Self
pub fn set_index_slow_logs( self, input: Option<AwsOpenSearchServiceDomainLogPublishingOption> ) -> Self
Configures the OpenSearch index logs publishing.
sourcepub fn get_index_slow_logs(
&self
) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
pub fn get_index_slow_logs( &self ) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
Configures the OpenSearch index logs publishing.
sourcepub fn search_slow_logs(
self,
input: AwsOpenSearchServiceDomainLogPublishingOption
) -> Self
pub fn search_slow_logs( self, input: AwsOpenSearchServiceDomainLogPublishingOption ) -> Self
Configures the OpenSearch search slow log publishing.
sourcepub fn set_search_slow_logs(
self,
input: Option<AwsOpenSearchServiceDomainLogPublishingOption>
) -> Self
pub fn set_search_slow_logs( self, input: Option<AwsOpenSearchServiceDomainLogPublishingOption> ) -> Self
Configures the OpenSearch search slow log publishing.
sourcepub fn get_search_slow_logs(
&self
) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
pub fn get_search_slow_logs( &self ) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
Configures the OpenSearch search slow log publishing.
sourcepub fn audit_logs(
self,
input: AwsOpenSearchServiceDomainLogPublishingOption
) -> Self
pub fn audit_logs( self, input: AwsOpenSearchServiceDomainLogPublishingOption ) -> Self
Configures the OpenSearch audit logs publishing.
sourcepub fn set_audit_logs(
self,
input: Option<AwsOpenSearchServiceDomainLogPublishingOption>
) -> Self
pub fn set_audit_logs( self, input: Option<AwsOpenSearchServiceDomainLogPublishingOption> ) -> Self
Configures the OpenSearch audit logs publishing.
sourcepub fn get_audit_logs(
&self
) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
pub fn get_audit_logs( &self ) -> &Option<AwsOpenSearchServiceDomainLogPublishingOption>
Configures the OpenSearch audit logs publishing.
sourcepub fn build(self) -> AwsOpenSearchServiceDomainLogPublishingOptionsDetails
pub fn build(self) -> AwsOpenSearchServiceDomainLogPublishingOptionsDetails
Consumes the builder and constructs a AwsOpenSearchServiceDomainLogPublishingOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl Clone for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
source§fn clone(&self) -> AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
fn clone(&self) -> AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
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 AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl Default for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
source§fn default() -> AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
fn default() -> AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl PartialEq for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl Send for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl Sync for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl Unpin for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
impl UnwindSafe for AwsOpenSearchServiceDomainLogPublishingOptionsDetailsBuilder
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.