Class StartNextPendingJobExecutionRequest


  • public class StartNextPendingJobExecutionRequest
    extends Object
    Data needed to make a StartNextPendingJobExecution request.
    • Field Detail

      • thingName

        public String thingName
        IoT Thing the request is relative to.
      • clientToken

        public String clientToken
        Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
      • stepTimeoutInMinutes

        public Long stepTimeoutInMinutes
        Specifies the amount of time this device has to finish execution of this job.
      • statusDetails

        public HashMap<String,​String> statusDetails
        A collection of name-value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
    • Constructor Detail

      • StartNextPendingJobExecutionRequest

        public StartNextPendingJobExecutionRequest()