public static interface ListJobRunsRequest.Builder extends EmrServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsRequest.Builder |
applicationId(String applicationId)
The ID of the application for which to list the job run.
|
ListJobRunsRequest.Builder |
createdAtAfter(Instant createdAtAfter)
The lower bound of the option to filter by creation date and time.
|
ListJobRunsRequest.Builder |
createdAtBefore(Instant createdAtBefore)
The upper bound of the option to filter by creation date and time.
|
ListJobRunsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of job runs that can be listed.
|
ListJobRunsRequest.Builder |
nextToken(String nextToken)
The token for the next set of job run results.
|
ListJobRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListJobRunsRequest.Builder |
states(Collection<JobRunState> states)
An optional filter for job run states.
|
ListJobRunsRequest.Builder |
states(JobRunState... states)
An optional filter for job run states.
|
ListJobRunsRequest.Builder |
statesWithStrings(Collection<String> states)
An optional filter for job run states.
|
ListJobRunsRequest.Builder |
statesWithStrings(String... states)
An optional filter for job run states.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobRunsRequest.Builder applicationId(String applicationId)
The ID of the application for which to list the job run.
applicationId - The ID of the application for which to list the job run.ListJobRunsRequest.Builder nextToken(String nextToken)
The token for the next set of job run results.
nextToken - The token for the next set of job run results.ListJobRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of job runs that can be listed.
maxResults - The maximum number of job runs that can be listed.ListJobRunsRequest.Builder createdAtAfter(Instant createdAtAfter)
The lower bound of the option to filter by creation date and time.
createdAtAfter - The lower bound of the option to filter by creation date and time.ListJobRunsRequest.Builder createdAtBefore(Instant createdAtBefore)
The upper bound of the option to filter by creation date and time.
createdAtBefore - The upper bound of the option to filter by creation date and time.ListJobRunsRequest.Builder statesWithStrings(Collection<String> states)
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
states - An optional filter for job run states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.ListJobRunsRequest.Builder statesWithStrings(String... states)
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
states - An optional filter for job run states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.ListJobRunsRequest.Builder states(Collection<JobRunState> states)
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
states - An optional filter for job run states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.ListJobRunsRequest.Builder states(JobRunState... states)
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
states - An optional filter for job run states. Note that if this filter contains multiple states, the
resulting list will be grouped by the state.ListJobRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.