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
Modifier and TypeMethodDescriptionThe unique identifier you assigned to this job when it was created.maxResults(Integer maxResults) The maximum number of results to be returned per request.The token to retrieve the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the job.status(JobExecutionStatus status) The status of the job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-
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:
-
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-