Struct aws_sdk_databasemigration::operation::export_metadata_model_assessment::builders::ExportMetadataModelAssessmentFluentBuilder
source · pub struct ExportMetadataModelAssessmentFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ExportMetadataModelAssessment
.
Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.
Implementations§
source§impl ExportMetadataModelAssessmentFluentBuilder
impl ExportMetadataModelAssessmentFluentBuilder
sourcepub fn as_input(&self) -> &ExportMetadataModelAssessmentInputBuilder
pub fn as_input(&self) -> &ExportMetadataModelAssessmentInputBuilder
Access the ExportMetadataModelAssessment as a reference.
sourcepub async fn send(
self
) -> Result<ExportMetadataModelAssessmentOutput, SdkError<ExportMetadataModelAssessmentError, HttpResponse>>
pub async fn send( self ) -> Result<ExportMetadataModelAssessmentOutput, SdkError<ExportMetadataModelAssessmentError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<ExportMetadataModelAssessmentOutput, ExportMetadataModelAssessmentError, Self>
pub fn customize( self ) -> CustomizableOperation<ExportMetadataModelAssessmentOutput, ExportMetadataModelAssessmentError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn migration_project_identifier(self, input: impl Into<String>) -> Self
pub fn migration_project_identifier(self, input: impl Into<String>) -> Self
The migration project name or Amazon Resource Name (ARN).
sourcepub fn set_migration_project_identifier(self, input: Option<String>) -> Self
pub fn set_migration_project_identifier(self, input: Option<String>) -> Self
The migration project name or Amazon Resource Name (ARN).
sourcepub fn get_migration_project_identifier(&self) -> &Option<String>
pub fn get_migration_project_identifier(&self) -> &Option<String>
The migration project name or Amazon Resource Name (ARN).
sourcepub fn selection_rules(self, input: impl Into<String>) -> Self
pub fn selection_rules(self, input: impl Into<String>) -> Self
A value that specifies the database objects to assess.
sourcepub fn set_selection_rules(self, input: Option<String>) -> Self
pub fn set_selection_rules(self, input: Option<String>) -> Self
A value that specifies the database objects to assess.
sourcepub fn get_selection_rules(&self) -> &Option<String>
pub fn get_selection_rules(&self) -> &Option<String>
A value that specifies the database objects to assess.
sourcepub fn file_name(self, input: impl Into<String>) -> Self
pub fn file_name(self, input: impl Into<String>) -> Self
The name of the assessment file to create in your Amazon S3 bucket.
sourcepub fn set_file_name(self, input: Option<String>) -> Self
pub fn set_file_name(self, input: Option<String>) -> Self
The name of the assessment file to create in your Amazon S3 bucket.
sourcepub fn get_file_name(&self) -> &Option<String>
pub fn get_file_name(&self) -> &Option<String>
The name of the assessment file to create in your Amazon S3 bucket.
sourcepub fn assessment_report_types(self, input: AssessmentReportType) -> Self
pub fn assessment_report_types(self, input: AssessmentReportType) -> Self
Appends an item to AssessmentReportTypes
.
To override the contents of this collection use set_assessment_report_types
.
The file format of the assessment file.
sourcepub fn set_assessment_report_types(
self,
input: Option<Vec<AssessmentReportType>>
) -> Self
pub fn set_assessment_report_types( self, input: Option<Vec<AssessmentReportType>> ) -> Self
The file format of the assessment file.
sourcepub fn get_assessment_report_types(&self) -> &Option<Vec<AssessmentReportType>>
pub fn get_assessment_report_types(&self) -> &Option<Vec<AssessmentReportType>>
The file format of the assessment file.
Trait Implementations§
source§impl Clone for ExportMetadataModelAssessmentFluentBuilder
impl Clone for ExportMetadataModelAssessmentFluentBuilder
source§fn clone(&self) -> ExportMetadataModelAssessmentFluentBuilder
fn clone(&self) -> ExportMetadataModelAssessmentFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more