Struct aws_sdk_grafana::output::update_permissions_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdatePermissionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn errors(self, input: UpdateError) -> Self
pub fn errors(self, input: UpdateError) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
An array of structures that contain the errors from the operation, if any.
sourcepub fn set_errors(self, input: Option<Vec<UpdateError>>) -> Self
pub fn set_errors(self, input: Option<Vec<UpdateError>>) -> Self
An array of structures that contain the errors from the operation, if any.
sourcepub fn build(self) -> UpdatePermissionsOutput
pub fn build(self) -> UpdatePermissionsOutput
Consumes the builder and constructs a UpdatePermissionsOutput
.