Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.DeviceNetworkProfileInfo.Builder
-
Packages that use DeviceNetworkProfileInfo.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of DeviceNetworkProfileInfo.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return DeviceNetworkProfileInfo.Builder Modifier and Type Method Description static DeviceNetworkProfileInfo.BuilderDeviceNetworkProfileInfo. builder()DeviceNetworkProfileInfo.BuilderDeviceNetworkProfileInfo.Builder. certificateArn(String certificateArn)The ARN of the certificate associated with a device.DeviceNetworkProfileInfo.BuilderDeviceNetworkProfileInfo.Builder. certificateExpirationTime(Instant certificateExpirationTime)The time (in epoch) when the certificate expires.DeviceNetworkProfileInfo.BuilderDeviceNetworkProfileInfo.Builder. networkProfileArn(String networkProfileArn)The ARN of the network profile associated with a device.DeviceNetworkProfileInfo.BuilderDeviceNetworkProfileInfo. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type DeviceNetworkProfileInfo.Builder Modifier and Type Method Description static Class<? extends DeviceNetworkProfileInfo.Builder>DeviceNetworkProfileInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type DeviceNetworkProfileInfo.Builder Modifier and Type Method Description default Device.BuilderDevice.Builder. networkProfileInfo(Consumer<DeviceNetworkProfileInfo.Builder> networkProfileInfo)Detailed information about a device's network profile.
-