public static interface UpdateNetworkProfileRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileRequest.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
|
UpdateNetworkProfileRequest.Builder |
currentPassword(String currentPassword)
The current password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
description(String description)
Detailed information about a device's network profile.
|
UpdateNetworkProfileRequest.Builder |
networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
networkProfileName(String networkProfileName)
The name of the network profile associated with a device.
|
UpdateNetworkProfileRequest.Builder |
nextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network.
|
UpdateNetworkProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkProfileRequest.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.UpdateNetworkProfileRequest.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.UpdateNetworkProfileRequest.Builder description(String description)
Detailed information about a device's network profile.
description - Detailed information about a device's network profile.UpdateNetworkProfileRequest.Builder currentPassword(String currentPassword)
The current password of the Wi-Fi network.
currentPassword - The current password of the Wi-Fi network.UpdateNetworkProfileRequest.Builder nextPassword(String nextPassword)
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
nextPassword - The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to
the device and is used when the password of the network changes to NextPassword.UpdateNetworkProfileRequest.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.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.
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 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.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNetworkProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.