public static interface ListJobExecutionsForJobRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForJobRequest.Builder,ListJobExecutionsForJobRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForJobRequest.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
ListJobExecutionsForJobRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListJobExecutionsForJobRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobExecutionsForJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJobExecutionsForJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListJobExecutionsForJobRequest.Builder |
status(JobExecutionStatus status)
The status of the job.
|
ListJobExecutionsForJobRequest.Builder |
status(String status)
The status of the job.
|
buildoverrideConfigurationcopyapplyMutation, buildListJobExecutionsForJobRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.ListJobExecutionsForJobRequest.Builder status(String status)
The status of the job.
status - The status of the job.JobExecutionStatus,
JobExecutionStatusListJobExecutionsForJobRequest.Builder status(JobExecutionStatus status)
The status of the job.
status - The status of the job.JobExecutionStatus,
JobExecutionStatusListJobExecutionsForJobRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListJobExecutionsForJobRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListJobExecutionsForJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.