| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceNetworkProfileInfo.Builder |
DeviceNetworkProfileInfo.builder() |
DeviceNetworkProfileInfo.Builder |
DeviceNetworkProfileInfo.Builder.certificateArn(String certificateArn)
The ARN of the certificate associated with a device.
|
DeviceNetworkProfileInfo.Builder |
DeviceNetworkProfileInfo.Builder.certificateExpirationTime(Instant certificateExpirationTime)
The time (in epoch) when the certificate expires.
|
DeviceNetworkProfileInfo.Builder |
DeviceNetworkProfileInfo.Builder.networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
DeviceNetworkProfileInfo.Builder |
DeviceNetworkProfileInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceNetworkProfileInfo.Builder> |
DeviceNetworkProfileInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Device.Builder |
Device.Builder.networkProfileInfo(Consumer<DeviceNetworkProfileInfo.Builder> networkProfileInfo)
Detailed information about a device's network profile.
|
Copyright © 2023. All rights reserved.