Struct aws_sdk_glue::model::column_statistics_error::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ColumnStatisticsError.
Implementations§
source§impl Builder
impl Builder
sourcepub fn column_statistics(self, input: ColumnStatistics) -> Self
pub fn column_statistics(self, input: ColumnStatistics) -> Self
The ColumnStatistics of the column.
sourcepub fn set_column_statistics(self, input: Option<ColumnStatistics>) -> Self
pub fn set_column_statistics(self, input: Option<ColumnStatistics>) -> Self
The ColumnStatistics of the column.
sourcepub fn error(self, input: ErrorDetail) -> Self
pub fn error(self, input: ErrorDetail) -> Self
An error message with the reason for the failure of an operation.
sourcepub fn set_error(self, input: Option<ErrorDetail>) -> Self
pub fn set_error(self, input: Option<ErrorDetail>) -> Self
An error message with the reason for the failure of an operation.
sourcepub fn build(self) -> ColumnStatisticsError
pub fn build(self) -> ColumnStatisticsError
Consumes the builder and constructs a ColumnStatisticsError.