Struct aws_sdk_resourceexplorer2::input::get_view_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetViewInput.
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 that you want information about.
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 that you want information about.
sourcepub fn build(self) -> Result<GetViewInput, BuildError>
pub fn build(self) -> Result<GetViewInput, BuildError>
Consumes the builder and constructs a GetViewInput.