| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static ListJobRunsResponse.Builder |
ListJobRunsResponse.builder() |
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(Consumer<JobRunSummary.Builder>... jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.nextToken(String nextToken)
The output displays the token for the next set of job run results.
|
ListJobRunsResponse.Builder |
ListJobRunsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListJobRunsResponse.Builder> |
ListJobRunsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.