#[non_exhaustive]pub struct DataLakeExceptionBuilder { /* private fields */ }Expand description
A builder for DataLakeException.
Implementations§
source§impl DataLakeExceptionBuilder
impl DataLakeExceptionBuilder
sourcepub fn region(self, input: impl Into<String>) -> Self
pub fn region(self, input: impl Into<String>) -> Self
The Amazon Web Services Regions where the exception occurred.
sourcepub fn set_region(self, input: Option<String>) -> Self
pub fn set_region(self, input: Option<String>) -> Self
The Amazon Web Services Regions where the exception occurred.
sourcepub fn get_region(&self) -> &Option<String>
pub fn get_region(&self) -> &Option<String>
The Amazon Web Services Regions where the exception occurred.
sourcepub fn exception(self, input: impl Into<String>) -> Self
pub fn exception(self, input: impl Into<String>) -> Self
The underlying exception of a Security Lake exception.
sourcepub fn set_exception(self, input: Option<String>) -> Self
pub fn set_exception(self, input: Option<String>) -> Self
The underlying exception of a Security Lake exception.
sourcepub fn get_exception(&self) -> &Option<String>
pub fn get_exception(&self) -> &Option<String>
The underlying exception of a Security Lake exception.
sourcepub fn remediation(self, input: impl Into<String>) -> Self
pub fn remediation(self, input: impl Into<String>) -> Self
List of all remediation steps for a Security Lake exception.
sourcepub fn set_remediation(self, input: Option<String>) -> Self
pub fn set_remediation(self, input: Option<String>) -> Self
List of all remediation steps for a Security Lake exception.
sourcepub fn get_remediation(&self) -> &Option<String>
pub fn get_remediation(&self) -> &Option<String>
List of all remediation steps for a Security Lake exception.
sourcepub fn timestamp(self, input: DateTime) -> Self
pub fn timestamp(self, input: DateTime) -> Self
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
sourcepub fn get_timestamp(&self) -> &Option<DateTime>
pub fn get_timestamp(&self) -> &Option<DateTime>
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
sourcepub fn build(self) -> DataLakeException
pub fn build(self) -> DataLakeException
Consumes the builder and constructs a DataLakeException.
Trait Implementations§
source§impl Clone for DataLakeExceptionBuilder
impl Clone for DataLakeExceptionBuilder
source§fn clone(&self) -> DataLakeExceptionBuilder
fn clone(&self) -> DataLakeExceptionBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DataLakeExceptionBuilder
impl Debug for DataLakeExceptionBuilder
source§impl Default for DataLakeExceptionBuilder
impl Default for DataLakeExceptionBuilder
source§fn default() -> DataLakeExceptionBuilder
fn default() -> DataLakeExceptionBuilder
source§impl PartialEq for DataLakeExceptionBuilder
impl PartialEq for DataLakeExceptionBuilder
source§fn eq(&self, other: &DataLakeExceptionBuilder) -> bool
fn eq(&self, other: &DataLakeExceptionBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataLakeExceptionBuilder
Auto Trait Implementations§
impl Freeze for DataLakeExceptionBuilder
impl RefUnwindSafe for DataLakeExceptionBuilder
impl Send for DataLakeExceptionBuilder
impl Sync for DataLakeExceptionBuilder
impl Unpin for DataLakeExceptionBuilder
impl UnwindSafe for DataLakeExceptionBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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