pub struct UpdateNetworkAnalyzerConfiguration { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateNetworkAnalyzerConfiguration
.
Update network analyzer configuration.
Implementations§
source§impl UpdateNetworkAnalyzerConfiguration
impl UpdateNetworkAnalyzerConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, SdkError<UpdateNetworkAnalyzerConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateNetworkAnalyzerConfiguration, AwsResponseRetryClassifier>, SdkError<UpdateNetworkAnalyzerConfigurationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateNetworkAnalyzerConfigurationOutput, SdkError<UpdateNetworkAnalyzerConfigurationError>>
pub async fn send(
self
) -> Result<UpdateNetworkAnalyzerConfigurationOutput, SdkError<UpdateNetworkAnalyzerConfigurationError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn configuration_name(self, input: impl Into<String>) -> Self
pub fn configuration_name(self, input: impl Into<String>) -> Self
Name of the network analyzer configuration.
sourcepub fn set_configuration_name(self, input: Option<String>) -> Self
pub fn set_configuration_name(self, input: Option<String>) -> Self
Name of the network analyzer configuration.
sourcepub fn trace_content(self, input: TraceContent) -> Self
pub fn trace_content(self, input: TraceContent) -> Self
Trace content for your wireless gateway and wireless device resources.
sourcepub fn set_trace_content(self, input: Option<TraceContent>) -> Self
pub fn set_trace_content(self, input: Option<TraceContent>) -> Self
Trace content for your wireless gateway and wireless device resources.
sourcepub fn wireless_devices_to_add(self, input: impl Into<String>) -> Self
pub fn wireless_devices_to_add(self, input: impl Into<String>) -> Self
Appends an item to WirelessDevicesToAdd
.
To override the contents of this collection use set_wireless_devices_to_add
.
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
sourcepub fn set_wireless_devices_to_add(self, input: Option<Vec<String>>) -> Self
pub fn set_wireless_devices_to_add(self, input: Option<Vec<String>>) -> Self
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
sourcepub fn wireless_devices_to_remove(self, input: impl Into<String>) -> Self
pub fn wireless_devices_to_remove(self, input: impl Into<String>) -> Self
Appends an item to WirelessDevicesToRemove
.
To override the contents of this collection use set_wireless_devices_to_remove
.
Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId
of the resources to remove in the input array.
sourcepub fn set_wireless_devices_to_remove(self, input: Option<Vec<String>>) -> Self
pub fn set_wireless_devices_to_remove(self, input: Option<Vec<String>>) -> Self
Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId
of the resources to remove in the input array.
sourcepub fn wireless_gateways_to_add(self, input: impl Into<String>) -> Self
pub fn wireless_gateways_to_add(self, input: impl Into<String>) -> Self
Appends an item to WirelessGatewaysToAdd
.
To override the contents of this collection use set_wireless_gateways_to_add
.
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
sourcepub fn set_wireless_gateways_to_add(self, input: Option<Vec<String>>) -> Self
pub fn set_wireless_gateways_to_add(self, input: Option<Vec<String>>) -> Self
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
sourcepub fn wireless_gateways_to_remove(self, input: impl Into<String>) -> Self
pub fn wireless_gateways_to_remove(self, input: impl Into<String>) -> Self
Appends an item to WirelessGatewaysToRemove
.
To override the contents of this collection use set_wireless_gateways_to_remove
.
Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId
of the resources to remove in the input array.
sourcepub fn set_wireless_gateways_to_remove(self, input: Option<Vec<String>>) -> Self
pub fn set_wireless_gateways_to_remove(self, input: Option<Vec<String>>) -> Self
Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId
of the resources to remove in the input array.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the new resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the new resource.
Trait Implementations§
source§impl Clone for UpdateNetworkAnalyzerConfiguration
impl Clone for UpdateNetworkAnalyzerConfiguration
source§fn clone(&self) -> UpdateNetworkAnalyzerConfiguration
fn clone(&self) -> UpdateNetworkAnalyzerConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more