static ListJobsRequest.Builder |
ListJobsRequest.builder() |
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return per request.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.namespaceId(String namespaceId) |
The namespace used to indicate that a job is a customer-managed job.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.nextToken(String nextToken) |
The token to retrieve the next set of results.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.status(String status) |
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.status(JobStatus status) |
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest.Builder |
ListJobsRequest.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).
|
ListJobsRequest.Builder |
ListJobsRequest.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).
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.thingGroupId(String thingGroupId) |
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.thingGroupName(String thingGroupName) |
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest.Builder |
ListJobsRequest.toBuilder() |
|