pub struct Builder { /* private fields */ }Expand description
A builder for BatchGetViewError.
Implementations§
source§impl Builder
impl Builder
sourcepub fn view_arn(self, input: impl Into<String>) -> Self
pub fn view_arn(self, input: impl Into<String>) -> Self
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
sourcepub fn set_view_arn(self, input: Option<String>) -> Self
pub fn set_view_arn(self, input: Option<String>) -> Self
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
The description of the error for the specified view.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
The description of the error for the specified view.
sourcepub fn build(self) -> BatchGetViewError
pub fn build(self) -> BatchGetViewError
Consumes the builder and constructs a BatchGetViewError.