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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportedRuntimeContextState.BuilderdesiredState(String desiredState)The application's desired state.ReportedRuntimeContextState.BuilderdesiredState(DesiredState desiredState)The application's desired state.ReportedRuntimeContextState.BuilderdeviceReportedStatus(String deviceReportedStatus)The application's reported status.ReportedRuntimeContextState.BuilderdeviceReportedStatus(DeviceReportedStatus deviceReportedStatus)The application's reported status.ReportedRuntimeContextState.BuilderdeviceReportedTime(Instant deviceReportedTime)When the device reported the application's state.ReportedRuntimeContextState.BuilderruntimeContextName(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 Detail
-
desiredState
ReportedRuntimeContextState.Builder desiredState(String 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,DesiredState
-
desiredState
ReportedRuntimeContextState.Builder desiredState(DesiredState 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,DesiredState
-
deviceReportedStatus
ReportedRuntimeContextState.Builder deviceReportedStatus(String 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,DeviceReportedStatus
-
deviceReportedStatus
ReportedRuntimeContextState.Builder deviceReportedStatus(DeviceReportedStatus 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,DeviceReportedStatus
-
deviceReportedTime
ReportedRuntimeContextState.Builder deviceReportedTime(Instant 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
ReportedRuntimeContextState.Builder runtimeContextName(String 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.
-
-