Struct aws_sdk_databasemigration::model::replication_task_individual_assessment::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicationTaskIndividualAssessment
Implementations
Amazon Resource Name (ARN) of this individual assessment.
Amazon Resource Name (ARN) of this individual assessment.
ARN of the premigration assessment run that is created to run this individual assessment.
ARN of the premigration assessment run that is created to run this individual assessment.
Name of this individual assessment.
Name of this individual assessment.
Individual assessment status.
This status can have one of the following values:
-
"cancelled"
-
"error"
-
"failed"
-
"passed"
-
"pending"
-
"running"
Individual assessment status.
This status can have one of the following values:
-
"cancelled"
-
"error"
-
"failed"
-
"passed"
-
"pending"
-
"running"
Date when this individual assessment was started as part of running the
StartReplicationTaskAssessmentRun
operation.
pub fn set_replication_task_individual_assessment_start_date(
self,
input: Option<DateTime>
) -> Self
pub fn set_replication_task_individual_assessment_start_date(
self,
input: Option<DateTime>
) -> Self
Date when this individual assessment was started as part of running the
StartReplicationTaskAssessmentRun
operation.
Consumes the builder and constructs a ReplicationTaskIndividualAssessment
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