Interface ListLabelingJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLabelingJobsRequest.Builder,ListLabelingJobsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListLabelingJobsRequest.Builder,ListLabelingJobsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListLabelingJobsRequest
public static interface ListLabelingJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsRequest.Builder,ListLabelingJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelingJobsRequest.Builder
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).ListLabelingJobsRequest.Builder
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).ListLabelingJobsRequest.Builder
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).ListLabelingJobsRequest.Builder
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).ListLabelingJobsRequest.Builder
maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.ListLabelingJobsRequest.Builder
nameContains(String nameContains)
A string in the labeling job name.ListLabelingJobsRequest.Builder
nextToken(String nextToken)
If the result of the previousListLabelingJobs
request was truncated, the response includes aNextToken
.ListLabelingJobsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListLabelingJobsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListLabelingJobsRequest.Builder
sortBy(String sortBy)
The field to sort results by.ListLabelingJobsRequest.Builder
sortBy(SortBy sortBy)
The field to sort results by.ListLabelingJobsRequest.Builder
sortOrder(String sortOrder)
The sort order for results.ListLabelingJobsRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order for results.ListLabelingJobsRequest.Builder
statusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.ListLabelingJobsRequest.Builder
statusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.-
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.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
ListLabelingJobsRequest.Builder creationTimeAfter(Instant 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
ListLabelingJobsRequest.Builder creationTimeBefore(Instant 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
ListLabelingJobsRequest.Builder lastModifiedTimeAfter(Instant 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
ListLabelingJobsRequest.Builder lastModifiedTimeBefore(Instant 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
ListLabelingJobsRequest.Builder maxResults(Integer 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
ListLabelingJobsRequest.Builder nextToken(String nextToken)
If the result of the previous
ListLabelingJobs
request 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 previousListLabelingJobs
request 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
ListLabelingJobsRequest.Builder nameContains(String 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
ListLabelingJobsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is
CreationTime
.
-
sortBy
ListLabelingJobsRequest.Builder sortBy(SortBy sortBy)
The field to sort results by. The default is
CreationTime
.
-
sortOrder
ListLabelingJobsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Ascending
.
-
sortOrder
ListLabelingJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is
Ascending
.
-
statusEquals
ListLabelingJobsRequest.Builder statusEquals(String 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:
LabelingJobStatus
,LabelingJobStatus
-
statusEquals
ListLabelingJobsRequest.Builder statusEquals(LabelingJobStatus 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:
LabelingJobStatus
,LabelingJobStatus
-
overrideConfiguration
ListLabelingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListLabelingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-