public static interface DeviceNetworkProfileInfo.Builder extends SdkPojo, CopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
| Modifier and Type | Method and Description |
|---|---|
DeviceNetworkProfileInfo.Builder |
certificateArn(String certificateArn)
The ARN of the certificate associated with a device.
|
DeviceNetworkProfileInfo.Builder |
certificateExpirationTime(Instant certificateExpirationTime)
The time (in epoch) when the certificate expires.
|
DeviceNetworkProfileInfo.Builder |
networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceNetworkProfileInfo.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.DeviceNetworkProfileInfo.Builder certificateArn(String certificateArn)
The ARN of the certificate associated with a device.
certificateArn - The ARN of the certificate associated with a device.DeviceNetworkProfileInfo.Builder certificateExpirationTime(Instant certificateExpirationTime)
The time (in epoch) when the certificate expires.
certificateExpirationTime - The time (in epoch) when the certificate expires.Copyright © 2021. All rights reserved.