Interface ReportedRuntimeContextState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportedRuntimeContextState.Builder,
,ReportedRuntimeContextState> SdkBuilder<ReportedRuntimeContextState.Builder,
,ReportedRuntimeContextState> SdkPojo
- Enclosing class:
ReportedRuntimeContextState
public static interface ReportedRuntimeContextState.Builder
extends SdkPojo, CopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
-
Method Summary
Modifier and TypeMethodDescriptiondesiredState
(String desiredState) The application's desired state.desiredState
(DesiredState desiredState) The application's desired state.deviceReportedStatus
(String deviceReportedStatus) The application's reported status.deviceReportedStatus
(DeviceReportedStatus deviceReportedStatus) The application's reported status.deviceReportedTime
(Instant deviceReportedTime) When the device reported the application's state.runtimeContextName
(String runtimeContextName) The device's name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
desiredState
The application's desired state.
- Parameters:
desiredState
- The application's desired state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
desiredState
The application's desired state.
- Parameters:
desiredState
- The application's desired state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceReportedStatus
The application's reported status.
- Parameters:
deviceReportedStatus
- The application's reported status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceReportedStatus
The application's reported status.
- Parameters:
deviceReportedStatus
- The application's reported status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceReportedTime
When the device reported the application's state.
- Parameters:
deviceReportedTime
- When the device reported the application's state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeContextName
The device's name.
- Parameters:
runtimeContextName
- The device's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-