#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Details
Implementations
pub fn import_asset_from_signed_url_job_error_details(
self,
input: ImportAssetFromSignedUrlJobErrorDetails
) -> Self
pub fn import_asset_from_signed_url_job_error_details(
self,
input: ImportAssetFromSignedUrlJobErrorDetails
) -> Self
Information about the job error.
pub fn set_import_asset_from_signed_url_job_error_details(
self,
input: Option<ImportAssetFromSignedUrlJobErrorDetails>
) -> Self
pub fn set_import_asset_from_signed_url_job_error_details(
self,
input: Option<ImportAssetFromSignedUrlJobErrorDetails>
) -> Self
Information about the job error.
Appends an item to import_assets_from_s3_job_error_details.
To override the contents of this collection use set_import_assets_from_s3_job_error_details.
Information about the job error.
pub fn set_import_assets_from_s3_job_error_details(
self,
input: Option<Vec<AssetSourceEntry>>
) -> Self
pub fn set_import_assets_from_s3_job_error_details(
self,
input: Option<Vec<AssetSourceEntry>>
) -> Self
Information about the job error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more