static UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.builder() |
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.certificateAuthorityArn(String certificateAuthorityArn) |
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.currentPassword(String currentPassword) |
The current password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.description(String description) |
Detailed information about a device's network profile.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.networkProfileArn(String networkProfileArn) |
The ARN of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.networkProfileName(String networkProfileName) |
The name of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.nextPassword(String nextPassword) |
The next, or subsequent, password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.toBuilder() |
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.trustAnchors(String... trustAnchors) |
The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.trustAnchors(Collection<String> trustAnchors) |
The root certificate(s) of your authentication server that will be installed on your devices and used to
trust your authentication server during EAP negotiation.
|