public static interface UpdateNetworkAnalyzerConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkAnalyzerConfigurationRequest.Builder,UpdateNetworkAnalyzerConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
configurationName(String configurationName)
Sets the value of the ConfigurationName property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkAnalyzerConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateNetworkAnalyzerConfigurationRequest.Builder |
traceContent(Consumer<TraceContent.Builder> traceContent)
Sets the value of the TraceContent property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
traceContent(TraceContent traceContent)
Sets the value of the TraceContent property for this object.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessDevicesToAdd(String... wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessDevicesToRemove(String... wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessGatewaysToAdd(String... wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
UpdateNetworkAnalyzerConfigurationRequest.Builder |
wirelessGatewaysToRemove(String... wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkAnalyzerConfigurationRequest.Builder configurationName(String configurationName)
configurationName - The new value for the ConfigurationName property for this object.UpdateNetworkAnalyzerConfigurationRequest.Builder traceContent(TraceContent traceContent)
traceContent - The new value for the TraceContent property for this object.default UpdateNetworkAnalyzerConfigurationRequest.Builder traceContent(Consumer<TraceContent.Builder> traceContent)
TraceContent.Builder avoiding the need
to create one manually via TraceContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to traceContent(TraceContent).
traceContent - a consumer that will call methods on TraceContent.BuildertraceContent(TraceContent)UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessDevicesToAdd(Collection<String> wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.
wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessDevicesToAdd(String... wirelessDevicesToAdd)
Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.
wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the
WirelessDeviceId of the resource to add in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessDevicesToRemove(Collection<String> wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessDevicesToRemove(String... wirelessDevicesToRemove)
Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.
wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the
WirelessDeviceId of the resources to remove in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessGatewaysToAdd(Collection<String> wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessGatewaysToAdd(String... wirelessGatewaysToAdd)
Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.
wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the
WirelessGatewayId of the resource to add in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessGatewaysToRemove(Collection<String> wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder wirelessGatewaysToRemove(String... wirelessGatewaysToRemove)
Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.
wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the
WirelessGatewayId of the resources to remove in the input array.UpdateNetworkAnalyzerConfigurationRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNetworkAnalyzerConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.