Struct aws_sdk_resourceexplorer2::operation::associate_default_view::builders::AssociateDefaultViewInputBuilder
source · #[non_exhaustive]pub struct AssociateDefaultViewInputBuilder { /* private fields */ }Expand description
A builder for AssociateDefaultViewInput.
Implementations§
source§impl AssociateDefaultViewInputBuilder
impl AssociateDefaultViewInputBuilder
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.
Trait Implementations§
source§impl Clone for AssociateDefaultViewInputBuilder
impl Clone for AssociateDefaultViewInputBuilder
source§fn clone(&self) -> AssociateDefaultViewInputBuilder
fn clone(&self) -> AssociateDefaultViewInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AssociateDefaultViewInputBuilder
impl Default for AssociateDefaultViewInputBuilder
source§fn default() -> AssociateDefaultViewInputBuilder
fn default() -> AssociateDefaultViewInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateDefaultViewInputBuilder> for AssociateDefaultViewInputBuilder
impl PartialEq<AssociateDefaultViewInputBuilder> for AssociateDefaultViewInputBuilder
source§fn eq(&self, other: &AssociateDefaultViewInputBuilder) -> bool
fn eq(&self, other: &AssociateDefaultViewInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.