Struct aws_sdk_databasemigration::model::inventory_data::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InventoryData
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn number_of_databases(self, input: i32) -> Self
pub fn number_of_databases(self, input: i32) -> Self
The number of databases in the Fleet Advisor collector inventory.
sourcepub fn set_number_of_databases(self, input: Option<i32>) -> Self
pub fn set_number_of_databases(self, input: Option<i32>) -> Self
The number of databases in the Fleet Advisor collector inventory.
sourcepub fn number_of_schemas(self, input: i32) -> Self
pub fn number_of_schemas(self, input: i32) -> Self
The number of schemas in the Fleet Advisor collector inventory.
sourcepub fn set_number_of_schemas(self, input: Option<i32>) -> Self
pub fn set_number_of_schemas(self, input: Option<i32>) -> Self
The number of schemas in the Fleet Advisor collector inventory.
sourcepub fn build(self) -> InventoryData
pub fn build(self) -> InventoryData
Consumes the builder and constructs a InventoryData
.