public static interface ReportedRuntimeContextState.Builder extends SdkPojo, CopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
| Modifier and Type | Method and Description |
|---|---|
ReportedRuntimeContextState.Builder |
desiredState(DesiredState desiredState)
The application's desired state.
|
ReportedRuntimeContextState.Builder |
desiredState(String desiredState)
The application's desired state.
|
ReportedRuntimeContextState.Builder |
deviceReportedStatus(DeviceReportedStatus deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState.Builder |
deviceReportedStatus(String deviceReportedStatus)
The application's reported status.
|
ReportedRuntimeContextState.Builder |
deviceReportedTime(Instant deviceReportedTime)
When the device reported the application's state.
|
ReportedRuntimeContextState.Builder |
runtimeContextName(String runtimeContextName)
The device's name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportedRuntimeContextState.Builder desiredState(String desiredState)
The application's desired state.
desiredState - The application's desired state.DesiredState,
DesiredStateReportedRuntimeContextState.Builder desiredState(DesiredState desiredState)
The application's desired state.
desiredState - The application's desired state.DesiredState,
DesiredStateReportedRuntimeContextState.Builder deviceReportedStatus(String deviceReportedStatus)
The application's reported status.
deviceReportedStatus - The application's reported status.DeviceReportedStatus,
DeviceReportedStatusReportedRuntimeContextState.Builder deviceReportedStatus(DeviceReportedStatus deviceReportedStatus)
The application's reported status.
deviceReportedStatus - The application's reported status.DeviceReportedStatus,
DeviceReportedStatusReportedRuntimeContextState.Builder deviceReportedTime(Instant deviceReportedTime)
When the device reported the application's state.
deviceReportedTime - When the device reported the application's state.ReportedRuntimeContextState.Builder runtimeContextName(String runtimeContextName)
The device's name.
runtimeContextName - The device's name.Copyright © 2023. All rights reserved.