Interface ListJobExecutionsForJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJobExecutionsForJobRequest.Builder,ListJobExecutionsForJobRequest>
,IotRequest.Builder
,SdkBuilder<ListJobExecutionsForJobRequest.Builder,ListJobExecutionsForJobRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListJobExecutionsForJobRequest
public static interface ListJobExecutionsForJobRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForJobRequest.Builder,ListJobExecutionsForJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListJobExecutionsForJobRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListJobExecutionsForJobRequest.Builder
status(String status)
The status of the job.ListJobExecutionsForJobRequest.Builder
status(JobExecutionStatus status)
The status of the job.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobId
ListJobExecutionsForJobRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
- Parameters:
jobId
- The unique identifier you assigned to this job when it was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListJobExecutionsForJobRequest.Builder status(String status)
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobExecutionStatus
,JobExecutionStatus
-
status
ListJobExecutionsForJobRequest.Builder status(JobExecutionStatus status)
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobExecutionStatus
,JobExecutionStatus
-
maxResults
ListJobExecutionsForJobRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobExecutionsForJobRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken
- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobExecutionsForJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-