Interface UpdateNetworkAnalyzerConfigurationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateNetworkAnalyzerConfigurationRequest.Builder,UpdateNetworkAnalyzerConfigurationRequest>, IotWirelessRequest.Builder, SdkBuilder<UpdateNetworkAnalyzerConfigurationRequest.Builder,UpdateNetworkAnalyzerConfigurationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateNetworkAnalyzerConfigurationRequest

  • Method Details

    • 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

      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:
    • 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

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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.