Interface CreateNetworkAnalyzerConfigurationRequest.Builder

    • Method Detail

      • name

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

        CreateNetworkAnalyzerConfigurationRequest.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.
      • wirelessDevices

        CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices​(Collection<String> wirelessDevices)

        Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.

        Parameters:
        wirelessDevices - 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.
      • wirelessDevices

        CreateNetworkAnalyzerConfigurationRequest.Builder wirelessDevices​(String... wirelessDevices)

        Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.

        Parameters:
        wirelessDevices - 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.
      • wirelessGateways

        CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways​(Collection<String> wirelessGateways)

        Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.

        Parameters:
        wirelessGateways - 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.
      • wirelessGateways

        CreateNetworkAnalyzerConfigurationRequest.Builder wirelessGateways​(String... wirelessGateways)

        Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.

        Parameters:
        wirelessGateways - 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.
      • description

        CreateNetworkAnalyzerConfigurationRequest.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.
      • tags

        CreateNetworkAnalyzerConfigurationRequest.Builder tags​(Tag... tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientRequestToken

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

        CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups​(Collection<String> multicastGroups)

        Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId of the resource to add in the input array.

        Parameters:
        multicastGroups - Multicast Group resources to add to the network analyzer configruation. 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.
      • multicastGroups

        CreateNetworkAnalyzerConfigurationRequest.Builder multicastGroups​(String... multicastGroups)

        Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId of the resource to add in the input array.

        Parameters:
        multicastGroups - Multicast Group resources to add to the network analyzer configruation. 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.