Interface WiFiAccessPoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WiFiAccessPoint.Builder,
,WiFiAccessPoint> SdkBuilder<WiFiAccessPoint.Builder,
,WiFiAccessPoint> SdkPojo
- Enclosing class:
WiFiAccessPoint
@Mutable
@NotThreadSafe
public static interface WiFiAccessPoint.Builder
extends SdkPojo, CopyableBuilder<WiFiAccessPoint.Builder,WiFiAccessPoint>
-
Method Summary
Modifier and TypeMethodDescriptionmacAddress
(String macAddress) Wi-Fi MAC Address.Received signal strength (dBm) of the WLAN measurement data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
macAddress
Wi-Fi MAC Address.
- Parameters:
macAddress
- Wi-Fi MAC Address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rss
Received signal strength (dBm) of the WLAN measurement data.
- Parameters:
rss
- Received signal strength (dBm) of the WLAN measurement data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-