Interface ListJobRunsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListJobRunsRequest.Builder,,- ListJobRunsRequest> - EmrServerlessRequest.Builder,- SdkBuilder<ListJobRunsRequest.Builder,,- ListJobRunsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListJobRunsRequest
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the application for which to list the job run.createdAtAfter(Instant createdAtAfter) The lower bound of the option to filter by creation date and time.createdAtBefore(Instant createdAtBefore) The upper bound of the option to filter by creation date and time.maxResults(Integer maxResults) The maximum number of job runs that can be listed.The mode of the job runs to list.mode(JobRunMode mode) The mode of the job runs to list.The token for the next set of job run results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.states(Collection<JobRunState> states) An optional filter for job run states.states(JobRunState... states) An optional filter for job run states.statesWithStrings(String... states) An optional filter for job run states.statesWithStrings(Collection<String> states) An optional filter for job run states.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe ID of the application for which to list the job run. - Parameters:
- applicationId- The ID of the application for which to list the job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token for the next set of job run results. - Parameters:
- nextToken- The token for the next set of job run results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of job runs that can be listed. - Parameters:
- maxResults- The maximum number of job runs that can be listed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtAfterThe lower bound of the option to filter by creation date and time. - Parameters:
- createdAtAfter- The lower bound of the option to filter by creation date and time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtBeforeThe upper bound of the option to filter by creation date and time. - Parameters:
- createdAtBefore- The upper bound of the option to filter by creation date and time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statesWithStringsAn optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statesWithStringsAn optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statesAn optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statesAn optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modeThe mode of the job runs to list. - Parameters:
- mode- The mode of the job runs to list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modeThe mode of the job runs to list. - Parameters:
- mode- The mode of the job runs to list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListJobRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-