Struct aws_sdk_glue::output::batch_update_partition_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BatchUpdatePartitionOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn errors(self, input: BatchUpdatePartitionFailureEntry) -> Self
pub fn errors(self, input: BatchUpdatePartitionFailureEntry) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.
sourcepub fn set_errors(
self,
input: Option<Vec<BatchUpdatePartitionFailureEntry>>
) -> Self
pub fn set_errors(
self,
input: Option<Vec<BatchUpdatePartitionFailureEntry>>
) -> Self
The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.
sourcepub fn build(self) -> BatchUpdatePartitionOutput
pub fn build(self) -> BatchUpdatePartitionOutput
Consumes the builder and constructs a BatchUpdatePartitionOutput.