Struct aws_sdk_glue::model::partition_error::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PartitionError
.
Implementations§
source§impl Builder
impl Builder
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
.
The values that define the partition.
sourcepub fn set_partition_values(self, input: Option<Vec<String>>) -> Self
pub fn set_partition_values(self, input: Option<Vec<String>>) -> Self
The values that define the partition.
sourcepub fn error_detail(self, input: ErrorDetail) -> Self
pub fn error_detail(self, input: ErrorDetail) -> Self
The details about the partition error.
sourcepub fn set_error_detail(self, input: Option<ErrorDetail>) -> Self
pub fn set_error_detail(self, input: Option<ErrorDetail>) -> Self
The details about the partition error.
sourcepub fn build(self) -> PartitionError
pub fn build(self) -> PartitionError
Consumes the builder and constructs a PartitionError
.