Interface ListJobRunsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListJobRunsResponse.Builder,,- ListJobRunsResponse> - EmrServerlessResponse.Builder,- SdkBuilder<ListJobRunsResponse.Builder,,- ListJobRunsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListJobRunsResponse
@Mutable
@NotThreadSafe
public static interface ListJobRunsResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListJobRunsResponse.Builder,ListJobRunsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionjobRuns(Collection<JobRunSummary> jobRuns) The output lists information about the specified job runs.jobRuns(Consumer<JobRunSummary.Builder>... jobRuns) The output lists information about the specified job runs.jobRuns(JobRunSummary... jobRuns) The output lists information about the specified job runs.The output displays the token for the next set of job run results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobRunsThe output lists information about the specified job runs. - Parameters:
- jobRuns- The output lists information about the specified job runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobRunsThe output lists information about the specified job runs. - Parameters:
- jobRuns- The output lists information about the specified job runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobRunsThe output lists information about the specified job runs. This is a convenience method that creates an instance of theJobRunSummary.Builderavoiding the need to create one manually viaJobRunSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobRuns(List<JobRunSummary>).- Parameters:
- jobRuns- a consumer that will call methods on- JobRunSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request. - Parameters:
- nextToken- The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-