pub struct Builder { /* private fields */ }Expand description
A builder for GetBucketInventoryConfigurationOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn inventory_configuration(self, input: InventoryConfiguration) -> Self
pub fn inventory_configuration(self, input: InventoryConfiguration) -> Self
Specifies the inventory configuration.
sourcepub fn set_inventory_configuration(
self,
input: Option<InventoryConfiguration>
) -> Self
pub fn set_inventory_configuration(
self,
input: Option<InventoryConfiguration>
) -> Self
Specifies the inventory configuration.
sourcepub fn build(self) -> GetBucketInventoryConfigurationOutput
pub fn build(self) -> GetBucketInventoryConfigurationOutput
Consumes the builder and constructs a GetBucketInventoryConfigurationOutput.