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