Interface ListLabelingJobsForWorkteamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLabelingJobsForWorkteamRequest.Builder,ListLabelingJobsForWorkteamRequest>,SageMakerRequest.Builder,SdkBuilder<ListLabelingJobsForWorkteamRequest.Builder,ListLabelingJobsForWorkteamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLabelingJobsForWorkteamRequest
public static interface ListLabelingJobsForWorkteamRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsForWorkteamRequest.Builder,ListLabelingJobsForWorkteamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelingJobsForWorkteamRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only labeling jobs created after the specified time (timestamp).ListLabelingJobsForWorkteamRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only labeling jobs created before the specified time (timestamp).ListLabelingJobsForWorkteamRequest.BuilderjobReferenceCodeContains(String jobReferenceCodeContains)A filter the limits jobs to only the ones whose job reference code contains the specified string.ListLabelingJobsForWorkteamRequest.BuildermaxResults(Integer maxResults)The maximum number of labeling jobs to return in each page of the response.ListLabelingJobsForWorkteamRequest.BuildernextToken(String nextToken)If the result of the previousListLabelingJobsForWorkteamrequest was truncated, the response includes aNextToken.ListLabelingJobsForWorkteamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLabelingJobsForWorkteamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLabelingJobsForWorkteamRequest.BuildersortBy(String sortBy)The field to sort results by.ListLabelingJobsForWorkteamRequest.BuildersortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)The field to sort results by.ListLabelingJobsForWorkteamRequest.BuildersortOrder(String sortOrder)The sort order for results.ListLabelingJobsForWorkteamRequest.BuildersortOrder(SortOrder sortOrder)The sort order for results.ListLabelingJobsForWorkteamRequest.BuilderworkteamArn(String workteamArn)The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.-
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
-
workteamArn
ListLabelingJobsForWorkteamRequest.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
- Parameters:
workteamArn- The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListLabelingJobsForWorkteamRequest.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
ListLabelingJobsForWorkteamRequest.Builder nextToken(String nextToken)
If the result of the previous
ListLabelingJobsForWorkteamrequest 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 previousListLabelingJobsForWorkteamrequest 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.
-
creationTimeAfter
ListLabelingJobsForWorkteamRequest.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
ListLabelingJobsForWorkteamRequest.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.
-
jobReferenceCodeContains
ListLabelingJobsForWorkteamRequest.Builder jobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
- Parameters:
jobReferenceCodeContains- A filter the limits jobs to only the ones whose job reference code contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListLabelingJobsForWorkteamRequest.Builder sortBy(String 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:
ListLabelingJobsForWorkteamSortByOptions,ListLabelingJobsForWorkteamSortByOptions
-
sortBy
ListLabelingJobsForWorkteamRequest.Builder sortBy(ListLabelingJobsForWorkteamSortByOptions 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:
ListLabelingJobsForWorkteamSortByOptions,ListLabelingJobsForWorkteamSortByOptions
-
sortOrder
ListLabelingJobsForWorkteamRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is
Ascending.
-
sortOrder
ListLabelingJobsForWorkteamRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is
Ascending.
-
overrideConfiguration
ListLabelingJobsForWorkteamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLabelingJobsForWorkteamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-