pub struct Builder { /* private fields */ }Expand description
A builder for GetColumnStatisticsForPartitionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the catalog database where the partitions reside.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the catalog database where the partitions reside.
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the partitions' table.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the partitions' table.
sourcepub fn partition_values(self, input: impl Into<String>) -> Self
pub fn partition_values(self, input: impl Into<String>) -> Self
Appends an item to partition_values.
To override the contents of this collection use set_partition_values.
A list of partition values identifying the partition.
sourcepub fn set_partition_values(self, input: Option<Vec<String>>) -> Self
pub fn set_partition_values(self, input: Option<Vec<String>>) -> Self
A list of partition values identifying the partition.
sourcepub fn column_names(self, input: impl Into<String>) -> Self
pub fn column_names(self, input: impl Into<String>) -> Self
Appends an item to column_names.
To override the contents of this collection use set_column_names.
A list of the column names.
sourcepub fn set_column_names(self, input: Option<Vec<String>>) -> Self
pub fn set_column_names(self, input: Option<Vec<String>>) -> Self
A list of the column names.
sourcepub fn build(self) -> Result<GetColumnStatisticsForPartitionInput, BuildError>
pub fn build(self) -> Result<GetColumnStatisticsForPartitionInput, BuildError>
Consumes the builder and constructs a GetColumnStatisticsForPartitionInput.