public static interface ListJobRunsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobRunsRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which to list the job run.
virtualClusterId - The ID of the virtual cluster for which to list the job run.ListJobRunsRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the job runs were submitted.
createdBefore - The date and time before which the job runs were submitted.ListJobRunsRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the job runs were submitted.
createdAfter - The date and time after which the job runs were submitted.ListJobRunsRequest.Builder name(String name)
The name of the job run.
name - The name of the job run.ListJobRunsRequest.Builder statesWithStrings(Collection<String> states)
The states of the job run.
states - The states of the job run.ListJobRunsRequest.Builder statesWithStrings(String... states)
The states of the job run.
states - The states of the job run.ListJobRunsRequest.Builder states(Collection<JobRunState> states)
The states of the job run.
states - The states of the job run.ListJobRunsRequest.Builder states(JobRunState... states)
The states of the job run.
states - The states of the job run.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 nextToken(String nextToken)
The token for the next set of job runs to return.
nextToken - The token for the next set of job runs to return.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.