pub struct Builder { /* private fields */ }Expand description
A builder for AssociateDefaultViewInput.
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 to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
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 to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
sourcepub fn build(self) -> Result<AssociateDefaultViewInput, BuildError>
pub fn build(self) -> Result<AssociateDefaultViewInput, BuildError>
Consumes the builder and constructs a AssociateDefaultViewInput.