Struct aws_sdk_resourceexplorer2::operation::associate_default_view::builders::AssociateDefaultViewOutputBuilder
source · #[non_exhaustive]pub struct AssociateDefaultViewOutputBuilder { /* private fields */ }Expand description
A builder for AssociateDefaultViewOutput.
Implementations§
source§impl AssociateDefaultViewOutputBuilder
impl AssociateDefaultViewOutputBuilder
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 the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
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 the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
sourcepub fn build(self) -> AssociateDefaultViewOutput
pub fn build(self) -> AssociateDefaultViewOutput
Consumes the builder and constructs a AssociateDefaultViewOutput.
Trait Implementations§
source§impl Clone for AssociateDefaultViewOutputBuilder
impl Clone for AssociateDefaultViewOutputBuilder
source§fn clone(&self) -> AssociateDefaultViewOutputBuilder
fn clone(&self) -> AssociateDefaultViewOutputBuilder
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 AssociateDefaultViewOutputBuilder
impl Default for AssociateDefaultViewOutputBuilder
source§fn default() -> AssociateDefaultViewOutputBuilder
fn default() -> AssociateDefaultViewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateDefaultViewOutputBuilder> for AssociateDefaultViewOutputBuilder
impl PartialEq<AssociateDefaultViewOutputBuilder> for AssociateDefaultViewOutputBuilder
source§fn eq(&self, other: &AssociateDefaultViewOutputBuilder) -> bool
fn eq(&self, other: &AssociateDefaultViewOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.