| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static JobSummary.Builder |
JobSummary.builder() |
JobSummary.Builder |
JobSummary.Builder.completedAt(Instant completedAt)
The time, in seconds since the epoch, when the job completed.
|
JobSummary.Builder |
JobSummary.Builder.createdAt(Instant createdAt)
The time, in seconds since the epoch, when the job was created.
|
JobSummary.Builder |
JobSummary.Builder.jobArn(String jobArn)
The job ARN.
|
JobSummary.Builder |
JobSummary.Builder.jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
JobSummary.Builder |
JobSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time, in seconds since the epoch, when the job was last updated.
|
JobSummary.Builder |
JobSummary.Builder.status(JobStatus status)
The job summary status.
|
JobSummary.Builder |
JobSummary.Builder.status(String status)
The job summary status.
|
JobSummary.Builder |
JobSummary.Builder.targetSelection(String targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things
specified as targets have completed the job (SNAPSHOT).
|
JobSummary.Builder |
JobSummary.Builder.targetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things
specified as targets have completed the job (SNAPSHOT).
|
JobSummary.Builder |
JobSummary.Builder.thingGroupId(String thingGroupId)
The ID of the thing group.
|
JobSummary.Builder |
JobSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobSummary.Builder> |
JobSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.