Struct aws_sdk_databasemigration::input::delete_replication_task_assessment_run_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteReplicationTaskAssessmentRunInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_task_assessment_run_arn(
self,
input: impl Into<String>
) -> Self
pub fn replication_task_assessment_run_arn(
self,
input: impl Into<String>
) -> Self
Amazon Resource Name (ARN) of the premigration assessment run to be deleted.
sourcepub fn set_replication_task_assessment_run_arn(
self,
input: Option<String>
) -> Self
pub fn set_replication_task_assessment_run_arn(
self,
input: Option<String>
) -> Self
Amazon Resource Name (ARN) of the premigration assessment run to be deleted.
sourcepub fn build(
self
) -> Result<DeleteReplicationTaskAssessmentRunInput, BuildError>
pub fn build(
self
) -> Result<DeleteReplicationTaskAssessmentRunInput, BuildError>
Consumes the builder and constructs a DeleteReplicationTaskAssessmentRunInput
.