Struct aws_sdk_glue::model::backfill_error::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BackfillError.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code(self, input: BackfillErrorCode) -> Self
pub fn code(self, input: BackfillErrorCode) -> Self
The error code for an error that occurred when registering partition indexes for an existing table.
sourcepub fn set_code(self, input: Option<BackfillErrorCode>) -> Self
pub fn set_code(self, input: Option<BackfillErrorCode>) -> Self
The error code for an error that occurred when registering partition indexes for an existing table.
sourcepub fn partitions(self, input: PartitionValueList) -> Self
pub fn partitions(self, input: PartitionValueList) -> Self
Appends an item to partitions.
To override the contents of this collection use set_partitions.
A list of a limited number of partitions in the response.
sourcepub fn set_partitions(self, input: Option<Vec<PartitionValueList>>) -> Self
pub fn set_partitions(self, input: Option<Vec<PartitionValueList>>) -> Self
A list of a limited number of partitions in the response.
sourcepub fn build(self) -> BackfillError
pub fn build(self) -> BackfillError
Consumes the builder and constructs a BackfillError.