Struct aws_sdk_iotwireless::operation::create_network_analyzer_configuration::builders::CreateNetworkAnalyzerConfigurationOutputBuilder
source · #[non_exhaustive]pub struct CreateNetworkAnalyzerConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for CreateNetworkAnalyzerConfigurationOutput
.
Implementations§
source§impl CreateNetworkAnalyzerConfigurationOutputBuilder
impl CreateNetworkAnalyzerConfigurationOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name of the new resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name of the new resource.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Name of the network analyzer configuration.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
Name of the network analyzer configuration.
sourcepub fn build(self) -> CreateNetworkAnalyzerConfigurationOutput
pub fn build(self) -> CreateNetworkAnalyzerConfigurationOutput
Consumes the builder and constructs a CreateNetworkAnalyzerConfigurationOutput
.
Trait Implementations§
source§impl Clone for CreateNetworkAnalyzerConfigurationOutputBuilder
impl Clone for CreateNetworkAnalyzerConfigurationOutputBuilder
source§fn clone(&self) -> CreateNetworkAnalyzerConfigurationOutputBuilder
fn clone(&self) -> CreateNetworkAnalyzerConfigurationOutputBuilder
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 CreateNetworkAnalyzerConfigurationOutputBuilder
impl Default for CreateNetworkAnalyzerConfigurationOutputBuilder
source§fn default() -> CreateNetworkAnalyzerConfigurationOutputBuilder
fn default() -> CreateNetworkAnalyzerConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateNetworkAnalyzerConfigurationOutputBuilder
impl PartialEq for CreateNetworkAnalyzerConfigurationOutputBuilder
source§fn eq(&self, other: &CreateNetworkAnalyzerConfigurationOutputBuilder) -> bool
fn eq(&self, other: &CreateNetworkAnalyzerConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateNetworkAnalyzerConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateNetworkAnalyzerConfigurationOutputBuilder
impl Send for CreateNetworkAnalyzerConfigurationOutputBuilder
impl Sync for CreateNetworkAnalyzerConfigurationOutputBuilder
impl Unpin for CreateNetworkAnalyzerConfigurationOutputBuilder
impl UnwindSafe for CreateNetworkAnalyzerConfigurationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more