aws_sdk_glue/client/import_catalog_to_glue.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`ImportCatalogToGlue`](crate::operation::import_catalog_to_glue::builders::ImportCatalogToGlueFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`catalog_id(impl Into<String>)`](crate::operation::import_catalog_to_glue::builders::ImportCatalogToGlueFluentBuilder::catalog_id) / [`set_catalog_id(Option<String>)`](crate::operation::import_catalog_to_glue::builders::ImportCatalogToGlueFluentBuilder::set_catalog_id):<br>required: **false**<br><p>The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.</p><br>
7 /// - On success, responds with [`ImportCatalogToGlueOutput`](crate::operation::import_catalog_to_glue::ImportCatalogToGlueOutput)
8 /// - On failure, responds with [`SdkError<ImportCatalogToGlueError>`](crate::operation::import_catalog_to_glue::ImportCatalogToGlueError)
9 pub fn import_catalog_to_glue(&self) -> crate::operation::import_catalog_to_glue::builders::ImportCatalogToGlueFluentBuilder {
10 crate::operation::import_catalog_to_glue::builders::ImportCatalogToGlueFluentBuilder::new(self.handle.clone())
11 }
12}