Interface ListLabelingJobsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListLabelingJobsRequest.Builder,,ListLabelingJobsRequest> SageMakerRequest.Builder,SdkBuilder<ListLabelingJobsRequest.Builder,,ListLabelingJobsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListLabelingJobsRequest
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) A filter that returns only labeling jobs created after the specified time (timestamp).creationTimeBefore(Instant creationTimeBefore) A filter that returns only labeling jobs created before the specified time (timestamp).lastModifiedTimeAfter(Instant lastModifiedTimeAfter) A filter that returns only labeling jobs modified after the specified time (timestamp).lastModifiedTimeBefore(Instant lastModifiedTimeBefore) A filter that returns only labeling jobs modified before the specified time (timestamp).maxResults(Integer maxResults) The maximum number of labeling jobs to return in each page of the response.nameContains(String nameContains) A string in the labeling job name.If the result of the previousListLabelingJobsrequest was truncated, the response includes aNextToken.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 retrieves only labeling jobs with a specific status.statusEquals(LabelingJobStatus statusEquals) A filter that retrieves only labeling jobs with a specific 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, sdkFields 
- 
Method Details
- 
creationTimeAfter
A filter that returns only labeling jobs created after the specified time (timestamp).
- Parameters:
 creationTimeAfter- A filter that returns only labeling jobs created after the specified time (timestamp).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTimeBefore
A filter that returns only labeling jobs created before the specified time (timestamp).
- Parameters:
 creationTimeBefore- A filter that returns only labeling jobs created before the specified time (timestamp).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTimeAfter
A filter that returns only labeling jobs modified after the specified time (timestamp).
- Parameters:
 lastModifiedTimeAfter- A filter that returns only labeling jobs modified after the specified time (timestamp).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTimeBefore
A filter that returns only labeling jobs modified before the specified time (timestamp).
- Parameters:
 lastModifiedTimeBefore- A filter that returns only labeling jobs modified before the specified time (timestamp).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
The maximum number of labeling jobs to return in each page of the response.
- Parameters:
 maxResults- The maximum number of labeling jobs to return in each page of the response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
If the result of the previous
ListLabelingJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of labeling jobs, use the token in the next request.- Parameters:
 nextToken- If the result of the previousListLabelingJobsrequest was truncated, the response includes aNextToken. To retrieve the next set of labeling jobs, use the token in the next request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nameContains
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
- Parameters:
 nameContains- A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortBy
The field to sort results by. The default is
CreationTime.- Parameters:
 sortBy- The field to sort results by. The default isCreationTime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortBy
The field to sort results by. The default is
CreationTime.- Parameters:
 sortBy- The field to sort results by. The default isCreationTime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
The sort order for results. The default is
Ascending.- Parameters:
 sortOrder- The sort order for results. The default isAscending.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
The sort order for results. The default is
Ascending.- Parameters:
 sortOrder- The sort order for results. The default isAscending.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusEquals
A filter that retrieves only labeling jobs with a specific status.
- Parameters:
 statusEquals- A filter that retrieves only labeling jobs with a specific status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusEquals
A filter that retrieves only labeling jobs with a specific status.
- Parameters:
 statusEquals- A filter that retrieves only labeling jobs with a specific status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
ListLabelingJobsRequest.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
ListLabelingJobsRequest.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.
 
 
 -