Interface GetNetworkAnalyzerConfigurationResponse.Builder

    • Method Detail

      • traceContent

        GetNetworkAnalyzerConfigurationResponse.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

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

        List of wireless device resources that have been added to the network analyzer configuration.

        Parameters:
        wirelessDevices - List of wireless device resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDevices

        GetNetworkAnalyzerConfigurationResponse.Builder wirelessDevices​(String... wirelessDevices)

        List of wireless device resources that have been added to the network analyzer configuration.

        Parameters:
        wirelessDevices - List of wireless device resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGateways

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

        List of wireless gateway resources that have been added to the network analyzer configuration.

        Parameters:
        wirelessGateways - List of wireless gateway resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessGateways

        GetNetworkAnalyzerConfigurationResponse.Builder wirelessGateways​(String... wirelessGateways)

        List of wireless gateway resources that have been added to the network analyzer configuration.

        Parameters:
        wirelessGateways - List of wireless gateway resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetNetworkAnalyzerConfigurationResponse.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.
      • arn

        GetNetworkAnalyzerConfigurationResponse.Builder arn​(String arn)

        The Amazon Resource Name of the new resource.

        Parameters:
        arn - The Amazon Resource Name of the new resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetNetworkAnalyzerConfigurationResponse.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.
      • multicastGroups

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

        List of multicast group resources that have been added to the network analyzer configuration.

        Parameters:
        multicastGroups - List of multicast group resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroups

        GetNetworkAnalyzerConfigurationResponse.Builder multicastGroups​(String... multicastGroups)

        List of multicast group resources that have been added to the network analyzer configuration.

        Parameters:
        multicastGroups - List of multicast group resources that have been added to the network analyzer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.