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 Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the new resource.description
(String description) Sets the value of the Description property for this object.multicastGroups
(String... multicastGroups) List of multicast group resources that have been added to the network analyzer configuration.multicastGroups
(Collection<String> multicastGroups) List of multicast group resources that have been added to the network analyzer configuration.Sets the value of the Name property for this object.traceContent
(Consumer<TraceContent.Builder> traceContent) Sets the value of the TraceContent property for this object.traceContent
(TraceContent traceContent) Sets the value of the TraceContent property for this object.wirelessDevices
(String... wirelessDevices) List of wireless device resources that have been added to the network analyzer configuration.wirelessDevices
(Collection<String> wirelessDevices) List of wireless device resources that have been added to the network analyzer configuration.wirelessGateways
(String... wirelessGateways) List of wireless gateway resources that have been added to the network analyzer configuration.wirelessGateways
(Collection<String> wirelessGateways) List of wireless gateway resources that have been added to the network analyzer configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
default GetNetworkAnalyzerConfigurationResponse.Builder traceContent(Consumer<TraceContent.Builder> traceContent) Sets the value of the TraceContent property for this object. This is a convenience method that creates an instance of theTraceContent.Builder
avoiding the need to create one manually viaTraceContent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totraceContent(TraceContent)
.- Parameters:
traceContent
- a consumer that will call methods onTraceContent.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
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
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
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.
-