Struct aws_sdk_textract::model::warning::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Warning
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn error_code(self, input: impl Into<String>) -> Self
pub fn error_code(self, input: impl Into<String>) -> Self
The error code for the warning.
sourcepub fn set_error_code(self, input: Option<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
The error code for the warning.
sourcepub fn pages(self, input: i32) -> Self
pub fn pages(self, input: i32) -> Self
Appends an item to pages
.
To override the contents of this collection use set_pages
.
A list of the pages that the warning applies to.