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.BuilderjobId(String jobId)The unique identifier you assigned to this job when it was created.ListJobExecutionsForJobRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListJobExecutionsForJobRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListJobExecutionsForJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobExecutionsForJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobExecutionsForJobRequest.Builderstatus(String status)The status of the job.ListJobExecutionsForJobRequest.Builderstatus(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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobExecutionsForJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-