static NetworkProfileData.Builder |
NetworkProfileData.builder() |
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.certificateAuthorityArn(String certificateAuthorityArn) |
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.description(String description) |
Detailed information about a device's network profile.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.eapMethod(String eapMethod) |
The authentication standard that is used in the EAP framework.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.eapMethod(NetworkEapMethod eapMethod) |
The authentication standard that is used in the EAP framework.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.networkProfileArn(String networkProfileArn) |
The ARN of the network profile associated with a device.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.networkProfileName(String networkProfileName) |
The name of the network profile associated with a device.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.securityType(String securityType) |
The security type of the Wi-Fi network.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.securityType(NetworkSecurityType securityType) |
The security type of the Wi-Fi network.
|
NetworkProfileData.Builder |
NetworkProfileData.Builder.ssid(String ssid) |
The SSID of the Wi-Fi network.
|
NetworkProfileData.Builder |
NetworkProfileData.toBuilder() |
|