Struct aws_sdk_athena::output::get_data_catalog_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetDataCatalogOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_catalog(self, input: DataCatalog) -> Self
pub fn data_catalog(self, input: DataCatalog) -> Self
The data catalog returned.
sourcepub fn set_data_catalog(self, input: Option<DataCatalog>) -> Self
pub fn set_data_catalog(self, input: Option<DataCatalog>) -> Self
The data catalog returned.
sourcepub fn build(self) -> GetDataCatalogOutput
pub fn build(self) -> GetDataCatalogOutput
Consumes the builder and constructs a GetDataCatalogOutput
.