Interface ListJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobsRequest.Builder,,ListJobsRequest> SageMakerRequest.Builder,SdkBuilder<ListJobsRequest.Builder,,ListJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListJobsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) A filter that returns only jobs created after the specified time.creationTimeBefore(Instant creationTimeBefore) A filter that returns only jobs created before the specified time.jobCategory(String jobCategory) The category of jobs to list.jobCategory(JobCategory jobCategory) The category of jobs to list.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) A filter that returns only jobs modified after the specified time.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) A filter that returns only jobs modified before the specified time.maxResults(Integer maxResults) The maximum number of jobs to return in the response.nameContains(String nameContains) A string in the job name to filter results.If the previous response was truncated, this token retrieves the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field to sort results by.The field to sort results by.The sort order for results.The sort order for results.statusEquals(String statusEquals) A filter that returns only jobs with the specified status.statusEquals(JobStatus statusEquals) A filter that returns only jobs with the specified status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobCategory
The category of jobs to list.
- Parameters:
jobCategory- The category of jobs to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobCategory
The category of jobs to list.
- Parameters:
jobCategory- The category of jobs to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous response was truncated, this token retrieves the next set of results.
- Parameters:
nextToken- If the previous response was truncated, this token retrieves the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of jobs to return in the response. The default value is 50.
- Parameters:
maxResults- The maximum number of jobs to return in the response. The default value is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
A filter that returns only jobs created after the specified time.
- Parameters:
creationTimeAfter- A filter that returns only jobs created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
A filter that returns only jobs created before the specified time.
- Parameters:
creationTimeBefore- A filter that returns only jobs created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
A filter that returns only jobs modified after the specified time.
- Parameters:
lastModifiedTimeAfter- A filter that returns only jobs modified after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
A filter that returns only jobs modified before the specified time.
- Parameters:
lastModifiedTimeBefore- A filter that returns only jobs modified before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
A string in the job name to filter results. Only jobs whose name contains the specified string are returned.
- Parameters:
nameContains- A string in the job name to filter results. Only jobs whose name contains the specified string are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The field to sort results by.
- Parameters:
sortBy- The field to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field to sort results by.
- Parameters:
sortBy- The field to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. Valid values are
AscendingandDescending.- Parameters:
sortOrder- The sort order for results. Valid values areAscendingandDescending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. Valid values are
AscendingandDescending.- Parameters:
sortOrder- The sort order for results. Valid values areAscendingandDescending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
A filter that returns only jobs with the specified status.
- Parameters:
statusEquals- A filter that returns only jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
A filter that returns only jobs with the specified status.
- Parameters:
statusEquals- A filter that returns only jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-