http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iotjobsdataplane
/
org.http4k.connect.amazon.iotjobsdataplane.action
/
UpdateJobExecutionData
Update
Job
Execution
Data
@
JsonSerializable
data
class
UpdateJobExecutionData
(
val
status
:
JobExecutionStatus
,
val
statusDetails
:
Map
<
String
,
String
>
?
=
null
,
val
expectedVersion
:
Long
?
=
null
,
val
includeJobExecutionState
:
Boolean
?
=
null
,
val
includeJobDocument
:
Boolean
?
=
null
,
val
executionNumber
:
Long
?
=
null
,
val
stepTimeoutInMinutes
:
Long
?
=
null
)
(
source
)
Members
Constructors
Update
Job
Execution
Data
Link copied to clipboard
constructor
(
status
:
JobExecutionStatus
,
statusDetails
:
Map
<
String
,
String
>
?
=
null
,
expectedVersion
:
Long
?
=
null
,
includeJobExecutionState
:
Boolean
?
=
null
,
includeJobDocument
:
Boolean
?
=
null
,
executionNumber
:
Long
?
=
null
,
stepTimeoutInMinutes
:
Long
?
=
null
)
Properties
execution
Number
Link copied to clipboard
val
executionNumber
:
Long
?
expected
Version
Link copied to clipboard
val
expectedVersion
:
Long
?
include
Job
Document
Link copied to clipboard
val
includeJobDocument
:
Boolean
?
include
Job
Execution
State
Link copied to clipboard
val
includeJobExecutionState
:
Boolean
?
status
Link copied to clipboard
val
status
:
JobExecutionStatus
status
Details
Link copied to clipboard
val
statusDetails
:
Map
<
String
,
String
>
?
step
Timeout
In
Minutes
Link copied to clipboard
val
stepTimeoutInMinutes
:
Long
?