public static interface ListJobsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListJobsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListJobsRequest.Builder |
status(JobStatus status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobsRequest.Builder |
status(String status)
An optional filter that lets you search for jobs that have the specified status.
|
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 |
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 |
thingGroupId(String thingGroupId)
A filter that limits the returned jobs to those for the specified group.
|
ListJobsRequest.Builder |
thingGroupName(String thingGroupName)
A filter that limits the returned jobs to those for the specified group.
|
build
overrideConfiguration
copy
applyMutation, build
ListJobsRequest.Builder status(String status)
An optional filter that lets you search for jobs that have the specified status.
ListJobsRequest.Builder status(JobStatus status)
An optional filter that lets you search for jobs that have the specified status.
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). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
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). If continuous, the job may also be run
on a thing when a change is detected in a target. For example, a job will run on a thing when the
thing is added to a target group, even after the job was completed by all things originally in the
group.TargetSelection
,
TargetSelection
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). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
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). If continuous, the job may also be run
on a thing when a change is detected in a target. For example, a job will run on a thing when the
thing is added to a target group, even after the job was completed by all things originally in the
group.TargetSelection
,
TargetSelection
ListJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request.
maxResults
- The maximum number of results to return per request.ListJobsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.ListJobsRequest.Builder thingGroupName(String thingGroupName)
A filter that limits the returned jobs to those for the specified group.
thingGroupName
- A filter that limits the returned jobs to those for the specified group.ListJobsRequest.Builder thingGroupId(String thingGroupId)
A filter that limits the returned jobs to those for the specified group.
thingGroupId
- A filter that limits the returned jobs to those for the specified group.ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.