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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListJobExecutionsForJobRequest.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
,
JobExecutionStatus
ListJobExecutionsForJobRequest.Builder status(JobExecutionStatus status)
The status of the job.
status
- The status of the job.JobExecutionStatus
,
JobExecutionStatus
ListJobExecutionsForJobRequest.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.Builder
ListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.