public static interface NetworkProfileData.Builder extends SdkPojo, CopyableBuilder<NetworkProfileData.Builder,NetworkProfileData>
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileData.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
NetworkProfileData.Builder |
description(String description)
Detailed information about a device's network profile.
|
NetworkProfileData.Builder |
eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfileData.Builder |
eapMethod(String eapMethod)
The authentication standard that is used in the EAP framework.
|
NetworkProfileData.Builder |
networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
NetworkProfileData.Builder |
networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
NetworkProfileData.Builder |
securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network.
|
NetworkProfileData.Builder |
securityType(String securityType)
The security type of the Wi-Fi network.
|
NetworkProfileData.Builder |
ssid(String ssid)
The SSID of the Wi-Fi network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkProfileData.Builder networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
networkProfileArn - The ARN of the network profile associated with a device.NetworkProfileData.Builder networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
networkProfileName - The name of the network profile associated with a device.NetworkProfileData.Builder description(String description)
Detailed information about a device's network profile.
description - Detailed information about a device's network profile.NetworkProfileData.Builder ssid(String ssid)
The SSID of the Wi-Fi network.
ssid - The SSID of the Wi-Fi network.NetworkProfileData.Builder securityType(String securityType)
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
securityType - The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.NetworkSecurityType,
NetworkSecurityTypeNetworkProfileData.Builder securityType(NetworkSecurityType securityType)
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
securityType - The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.NetworkSecurityType,
NetworkSecurityTypeNetworkProfileData.Builder eapMethod(String eapMethod)
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
eapMethod - The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.NetworkEapMethod,
NetworkEapMethodNetworkProfileData.Builder eapMethod(NetworkEapMethod eapMethod)
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
eapMethod - The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.NetworkEapMethod,
NetworkEapMethodNetworkProfileData.Builder certificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
certificateAuthorityArn - The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is
used to issue certificates to the devices.Copyright © 2021. All rights reserved.