Struct aws_sdk_sesv2::types::builders::FailureInfoBuilder
source · #[non_exhaustive]pub struct FailureInfoBuilder { /* private fields */ }Expand description
A builder for FailureInfo.
Implementations§
source§impl FailureInfoBuilder
impl FailureInfoBuilder
sourcepub fn failed_records_s3_url(self, input: impl Into<String>) -> Self
pub fn failed_records_s3_url(self, input: impl Into<String>) -> Self
An Amazon S3 presigned URL that contains all the failed records and related information.
sourcepub fn set_failed_records_s3_url(self, input: Option<String>) -> Self
pub fn set_failed_records_s3_url(self, input: Option<String>) -> Self
An Amazon S3 presigned URL that contains all the failed records and related information.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
A message about why the import job failed.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
A message about why the import job failed.
sourcepub fn build(self) -> FailureInfo
pub fn build(self) -> FailureInfo
Consumes the builder and constructs a FailureInfo.
Trait Implementations§
source§impl Clone for FailureInfoBuilder
impl Clone for FailureInfoBuilder
source§fn clone(&self) -> FailureInfoBuilder
fn clone(&self) -> FailureInfoBuilder
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 FailureInfoBuilder
impl Debug for FailureInfoBuilder
source§impl Default for FailureInfoBuilder
impl Default for FailureInfoBuilder
source§fn default() -> FailureInfoBuilder
fn default() -> FailureInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<FailureInfoBuilder> for FailureInfoBuilder
impl PartialEq<FailureInfoBuilder> for FailureInfoBuilder
source§fn eq(&self, other: &FailureInfoBuilder) -> bool
fn eq(&self, other: &FailureInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.