Struct aws_sdk_macie2::types::builders::UserPausedDetailsBuilder
source · #[non_exhaustive]pub struct UserPausedDetailsBuilder { /* private fields */ }Expand description
A builder for UserPausedDetails.
Implementations§
source§impl UserPausedDetailsBuilder
impl UserPausedDetailsBuilder
sourcepub fn job_expires_at(self, input: DateTime) -> Self
pub fn job_expires_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
sourcepub fn set_job_expires_at(self, input: Option<DateTime>) -> Self
pub fn set_job_expires_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
sourcepub fn get_job_expires_at(&self) -> &Option<DateTime>
pub fn get_job_expires_at(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
sourcepub fn job_imminent_expiration_health_event_arn(
self,
input: impl Into<String>
) -> Self
pub fn job_imminent_expiration_health_event_arn( self, input: impl Into<String> ) -> Self
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
sourcepub fn set_job_imminent_expiration_health_event_arn(
self,
input: Option<String>
) -> Self
pub fn set_job_imminent_expiration_health_event_arn( self, input: Option<String> ) -> Self
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
sourcepub fn get_job_imminent_expiration_health_event_arn(&self) -> &Option<String>
pub fn get_job_imminent_expiration_health_event_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
sourcepub fn job_paused_at(self, input: DateTime) -> Self
pub fn job_paused_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
sourcepub fn set_job_paused_at(self, input: Option<DateTime>) -> Self
pub fn set_job_paused_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
sourcepub fn get_job_paused_at(&self) -> &Option<DateTime>
pub fn get_job_paused_at(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
sourcepub fn build(self) -> UserPausedDetails
pub fn build(self) -> UserPausedDetails
Consumes the builder and constructs a UserPausedDetails.
Trait Implementations§
source§impl Clone for UserPausedDetailsBuilder
impl Clone for UserPausedDetailsBuilder
source§fn clone(&self) -> UserPausedDetailsBuilder
fn clone(&self) -> UserPausedDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UserPausedDetailsBuilder
impl Debug for UserPausedDetailsBuilder
source§impl Default for UserPausedDetailsBuilder
impl Default for UserPausedDetailsBuilder
source§fn default() -> UserPausedDetailsBuilder
fn default() -> UserPausedDetailsBuilder
source§impl PartialEq for UserPausedDetailsBuilder
impl PartialEq for UserPausedDetailsBuilder
source§fn eq(&self, other: &UserPausedDetailsBuilder) -> bool
fn eq(&self, other: &UserPausedDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.