public static interface GetNetworkAnalyzerConfigurationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetNetworkAnalyzerConfigurationResponse.Builder |
arn(String arn)
The Amazon Resource Name of the new resource.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
description(String description)
Sets the value of the Description property for this object.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
multicastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
multicastGroups(String... multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
name(String name)
Sets the value of the Name property for this object.
|
default GetNetworkAnalyzerConfigurationResponse.Builder |
traceContent(Consumer<TraceContent.Builder> traceContent)
Sets the value of the TraceContent property for this object.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
traceContent(TraceContent traceContent)
Sets the value of the TraceContent property for this object.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
wirelessDevices(Collection<String> wirelessDevices)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
wirelessDevices(String... wirelessDevices)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
wirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
GetNetworkAnalyzerConfigurationResponse.Builder |
wirelessGateways(String... wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkAnalyzerConfigurationResponse.Builder traceContent(TraceContent traceContent)
traceContent - The new value for the TraceContent property for this object.default GetNetworkAnalyzerConfigurationResponse.Builder traceContent(Consumer<TraceContent.Builder> traceContent)
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).
traceContent - a consumer that will call methods on TraceContent.BuildertraceContent(TraceContent)GetNetworkAnalyzerConfigurationResponse.Builder wirelessDevices(Collection<String> wirelessDevices)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessDevices - List of wireless gateway resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Builder wirelessDevices(String... wirelessDevices)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessDevices - List of wireless gateway resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Builder wirelessGateways(Collection<String> wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessGateways - List of wireless gateway resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Builder wirelessGateways(String... wirelessGateways)
List of wireless gateway resources that have been added to the network analyzer configuration.
wirelessGateways - List of wireless gateway resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Builder description(String description)
description - The new value for the Description property for this object.GetNetworkAnalyzerConfigurationResponse.Builder arn(String arn)
The Amazon Resource Name of the new resource.
arn - The Amazon Resource Name of the new resource.GetNetworkAnalyzerConfigurationResponse.Builder name(String name)
name - The new value for the Name property for this object.GetNetworkAnalyzerConfigurationResponse.Builder multicastGroups(Collection<String> multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
multicastGroups - List of multicast group resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Builder multicastGroups(String... multicastGroups)
List of multicast group resources that have been added to the network analyzer configuration.
multicastGroups - List of multicast group resources that have been added to the network analyzer configuration.Copyright © 2023. All rights reserved.