Uses of Interface
software.amazon.awssdk.services.iot.model.JobExecutionSummary.Builder
-
Packages that use JobExecutionSummary.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of JobExecutionSummary.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return JobExecutionSummary.Builder Modifier and Type Method Description static JobExecutionSummary.BuilderJobExecutionSummary. builder()JobExecutionSummary.BuilderJobExecutionSummary.Builder. executionNumber(Long executionNumber)A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device.JobExecutionSummary.BuilderJobExecutionSummary.Builder. lastUpdatedAt(Instant lastUpdatedAt)The time, in seconds since the epoch, when the job execution was last updated.JobExecutionSummary.BuilderJobExecutionSummary.Builder. queuedAt(Instant queuedAt)The time, in seconds since the epoch, when the job execution was queued.JobExecutionSummary.BuilderJobExecutionSummary.Builder. retryAttempt(Integer retryAttempt)The number that indicates how many retry attempts have been completed for this job on this device.JobExecutionSummary.BuilderJobExecutionSummary.Builder. startedAt(Instant startedAt)The time, in seconds since the epoch, when the job execution started.JobExecutionSummary.BuilderJobExecutionSummary.Builder. status(String status)The status of the job execution.JobExecutionSummary.BuilderJobExecutionSummary.Builder. status(JobExecutionStatus status)The status of the job execution.JobExecutionSummary.BuilderJobExecutionSummary. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type JobExecutionSummary.Builder Modifier and Type Method Description static Class<? extends JobExecutionSummary.Builder>JobExecutionSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type JobExecutionSummary.Builder Modifier and Type Method Description default JobExecutionSummaryForJob.BuilderJobExecutionSummaryForJob.Builder. jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)Contains a subset of information about a job execution.default JobExecutionSummaryForThing.BuilderJobExecutionSummaryForThing.Builder. jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)Contains a subset of information about a job execution.
-