1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CreateSbomExport`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`resource_filter_criteria(ResourceFilterCriteria)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::resource_filter_criteria) / [`set_resource_filter_criteria(Option<ResourceFilterCriteria>)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::set_resource_filter_criteria): <p>The resource filter criteria for the software bill of materials (SBOM) report.</p>
    ///   - [`report_format(SbomReportFormat)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::report_format) / [`set_report_format(Option<SbomReportFormat>)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::set_report_format): <p>The output format for the software bill of materials (SBOM) report.</p>
    ///   - [`s3_destination(Destination)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::s3_destination) / [`set_s3_destination(Option<Destination>)`](crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::set_s3_destination): <p>Contains details of the Amazon S3 bucket and KMS key used to export findings.</p>
    /// - On success, responds with [`CreateSbomExportOutput`](crate::operation::create_sbom_export::CreateSbomExportOutput) with field(s):
    ///   - [`report_id(Option<String>)`](crate::operation::create_sbom_export::CreateSbomExportOutput::report_id): <p>The report ID for the software bill of materials (SBOM) report.</p>
    /// - On failure, responds with [`SdkError<CreateSbomExportError>`](crate::operation::create_sbom_export::CreateSbomExportError)
    pub fn create_sbom_export(&self) -> crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder {
        crate::operation::create_sbom_export::builders::CreateSbomExportFluentBuilder::new(self.handle.clone())
    }
}