#[non_exhaustive]pub struct CreateDetectorOutputBuilder { /* private fields */ }Expand description
A builder for CreateDetectorOutput.
Implementations§
source§impl CreateDetectorOutputBuilder
impl CreateDetectorOutputBuilder
sourcepub fn detector_id(self, input: impl Into<String>) -> Self
pub fn detector_id(self, input: impl Into<String>) -> Self
The unique ID of the created detector.
sourcepub fn set_detector_id(self, input: Option<String>) -> Self
pub fn set_detector_id(self, input: Option<String>) -> Self
The unique ID of the created detector.
sourcepub fn get_detector_id(&self) -> &Option<String>
pub fn get_detector_id(&self) -> &Option<String>
The unique ID of the created detector.
sourcepub fn unprocessed_data_sources(
self,
input: UnprocessedDataSourcesResult
) -> Self
pub fn unprocessed_data_sources( self, input: UnprocessedDataSourcesResult ) -> Self
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
sourcepub fn set_unprocessed_data_sources(
self,
input: Option<UnprocessedDataSourcesResult>
) -> Self
pub fn set_unprocessed_data_sources( self, input: Option<UnprocessedDataSourcesResult> ) -> Self
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
sourcepub fn get_unprocessed_data_sources(
&self
) -> &Option<UnprocessedDataSourcesResult>
pub fn get_unprocessed_data_sources( &self ) -> &Option<UnprocessedDataSourcesResult>
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
sourcepub fn build(self) -> CreateDetectorOutput
pub fn build(self) -> CreateDetectorOutput
Consumes the builder and constructs a CreateDetectorOutput.
Trait Implementations§
source§impl Clone for CreateDetectorOutputBuilder
impl Clone for CreateDetectorOutputBuilder
source§fn clone(&self) -> CreateDetectorOutputBuilder
fn clone(&self) -> CreateDetectorOutputBuilder
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 Debug for CreateDetectorOutputBuilder
impl Debug for CreateDetectorOutputBuilder
source§impl Default for CreateDetectorOutputBuilder
impl Default for CreateDetectorOutputBuilder
source§fn default() -> CreateDetectorOutputBuilder
fn default() -> CreateDetectorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDetectorOutputBuilder
impl PartialEq for CreateDetectorOutputBuilder
source§fn eq(&self, other: &CreateDetectorOutputBuilder) -> bool
fn eq(&self, other: &CreateDetectorOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateDetectorOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateDetectorOutputBuilder
impl Send for CreateDetectorOutputBuilder
impl Sync for CreateDetectorOutputBuilder
impl Unpin for CreateDetectorOutputBuilder
impl UnwindSafe for CreateDetectorOutputBuilder
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.