Interface GetNetworkAnalyzerConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>, IotWirelessResponse.Builder, SdkBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetNetworkAnalyzerConfigurationResponse

  • Method Details

    • 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.
    • traceContent

      Sets the value of the TraceContent property for this object. This is a convenience method that creates an instance of the 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).

      Parameters:
      traceContent - a consumer that will call methods on TraceContent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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

      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

      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.