Interface UpdateNetworkAnalyzerConfigurationRequest.Builder

    • Method Detail

      • configurationName

        UpdateNetworkAnalyzerConfigurationRequest.Builder configurationName​(String configurationName)
        Sets the value of the ConfigurationName property for this object.
        Parameters:
        configurationName - The new value for the ConfigurationName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • traceContent

        UpdateNetworkAnalyzerConfigurationRequest.Builder traceContent​(TraceContent traceContent)
        Sets the value of the TraceContent property for this object.
        Parameters:
        traceContent - The new value for the TraceContent property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDevicesToAdd

        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.

        Parameters:
        wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDevicesToAdd

        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.

        Parameters:
        wirelessDevicesToAdd - Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDevicesToRemove

        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.

        Parameters:
        wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDevicesToRemove

        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.

        Parameters:
        wirelessDevicesToRemove - Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGatewaysToAdd

        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.

        Parameters:
        wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGatewaysToAdd

        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.

        Parameters:
        wirelessGatewaysToAdd - Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGatewaysToRemove

        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.

        Parameters:
        wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGatewaysToRemove

        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.

        Parameters:
        wirelessGatewaysToRemove - Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateNetworkAnalyzerConfigurationRequest.Builder description​(String description)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupsToAdd

        UpdateNetworkAnalyzerConfigurationRequest.Builder multicastGroupsToAdd​(Collection<String> multicastGroupsToAdd)

        Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.

        Parameters:
        multicastGroupsToAdd - Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupsToAdd

        UpdateNetworkAnalyzerConfigurationRequest.Builder multicastGroupsToAdd​(String... multicastGroupsToAdd)

        Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.

        Parameters:
        multicastGroupsToAdd - Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupsToRemove

        UpdateNetworkAnalyzerConfigurationRequest.Builder multicastGroupsToRemove​(Collection<String> multicastGroupsToRemove)

        Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.

        Parameters:
        multicastGroupsToRemove - Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupsToRemove

        UpdateNetworkAnalyzerConfigurationRequest.Builder multicastGroupsToRemove​(String... multicastGroupsToRemove)

        Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.

        Parameters:
        multicastGroupsToRemove - Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.