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) |
ListJobExecutionsForJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJobExecutionsForJobRequest.Builder |
status(JobExecutionStatus status)
The status of the job.
|
ListJobExecutionsForJobRequest.Builder |
status(String status)
The status of the job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.