Interface GetNetworkAnalyzerConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>,IotWirelessResponse.Builder,SdkBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetNetworkAnalyzerConfigurationResponse
public static interface GetNetworkAnalyzerConfigurationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkAnalyzerConfigurationResponse.Builder,GetNetworkAnalyzerConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetNetworkAnalyzerConfigurationResponse.Builderarn(String arn)The Amazon Resource Name of the new resource.GetNetworkAnalyzerConfigurationResponse.Builderdescription(String description)Sets the value of the Description property for this object.GetNetworkAnalyzerConfigurationResponse.BuildermulticastGroups(String... multicastGroups)List of multicast group resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.BuildermulticastGroups(Collection<String> multicastGroups)List of multicast group resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.Buildername(String name)Sets the value of the Name property for this object.default GetNetworkAnalyzerConfigurationResponse.BuildertraceContent(Consumer<TraceContent.Builder> traceContent)Sets the value of the TraceContent property for this object.GetNetworkAnalyzerConfigurationResponse.BuildertraceContent(TraceContent traceContent)Sets the value of the TraceContent property for this object.GetNetworkAnalyzerConfigurationResponse.BuilderwirelessDevices(String... wirelessDevices)List of wireless device resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.BuilderwirelessDevices(Collection<String> wirelessDevices)List of wireless device resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.BuilderwirelessGateways(String... wirelessGateways)List of wireless gateway resources that have been added to the network analyzer configuration.GetNetworkAnalyzerConfigurationResponse.BuilderwirelessGateways(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
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.Builderavoiding the need to create one manually viaTraceContent.builder().When the
Consumercompletes,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:
traceContent(TraceContent)
-
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.
-
-