Interface ListJobRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>,EmrContainersRequest.Builder,SdkBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListJobRunsRequest
public static interface ListJobRunsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobRunsRequest.BuildercreatedAfter(Instant createdAfter)The date and time after which the job runs were submitted.ListJobRunsRequest.BuildercreatedBefore(Instant createdBefore)The date and time before which the job runs were submitted.ListJobRunsRequest.BuildermaxResults(Integer maxResults)The maximum number of job runs that can be listed.ListJobRunsRequest.Buildername(String name)The name of the job run.ListJobRunsRequest.BuildernextToken(String nextToken)The token for the next set of job runs to return.ListJobRunsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobRunsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobRunsRequest.Builderstates(Collection<JobRunState> states)The states of the job run.ListJobRunsRequest.Builderstates(JobRunState... states)The states of the job run.ListJobRunsRequest.BuilderstatesWithStrings(String... states)The states of the job run.ListJobRunsRequest.BuilderstatesWithStrings(Collection<String> states)The states of the job run.ListJobRunsRequest.BuildervirtualClusterId(String virtualClusterId)The ID of the virtual cluster for which to list the job run.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrcontainers.model.EmrContainersRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
virtualClusterId
ListJobRunsRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which to list the job run.
- Parameters:
virtualClusterId- The ID of the virtual cluster for which to list the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListJobRunsRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the job runs were submitted.
- Parameters:
createdBefore- The date and time before which the job runs were submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
ListJobRunsRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the job runs were submitted.
- Parameters:
createdAfter- The date and time after which the job runs were submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListJobRunsRequest.Builder name(String name)
The name of the job run.
- Parameters:
name- The name of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListJobRunsRequest.Builder statesWithStrings(Collection<String> states)
The states of the job run.
- Parameters:
states- The states of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListJobRunsRequest.Builder statesWithStrings(String... states)
The states of the job run.
- Parameters:
states- The states of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListJobRunsRequest.Builder states(Collection<JobRunState> states)
The states of the job run.
- Parameters:
states- The states of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListJobRunsRequest.Builder states(JobRunState... states)
The states of the job run.
- Parameters:
states- The states of the job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListJobRunsRequest.Builder maxResults(Integer maxResults)
The 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.
-
nextToken
ListJobRunsRequest.Builder nextToken(String nextToken)
The token for the next set of job runs to return.
- Parameters:
nextToken- The token for the next set of job runs to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-