Interface ListLabelingJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLabelingJobsResponse.Builder,
,ListLabelingJobsResponse> SageMakerResponse.Builder
,SdkBuilder<ListLabelingJobsResponse.Builder,
,ListLabelingJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLabelingJobsResponse
public static interface ListLabelingJobsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsResponse.Builder,ListLabelingJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlabelingJobSummaryList
(Collection<LabelingJobSummary> labelingJobSummaryList) An array ofLabelingJobSummary
objects, each describing a labeling job.labelingJobSummaryList
(Consumer<LabelingJobSummary.Builder>... labelingJobSummaryList) An array ofLabelingJobSummary
objects, each describing a labeling job.labelingJobSummaryList
(LabelingJobSummary... labelingJobSummaryList) An array ofLabelingJobSummary
objects, each describing a labeling job.If the response is truncated, SageMaker returns this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
labelingJobSummaryList
ListLabelingJobsResponse.Builder labelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList) An array of
LabelingJobSummary
objects, each describing a labeling job.- Parameters:
labelingJobSummaryList
- An array ofLabelingJobSummary
objects, each describing a labeling job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelingJobSummaryList
ListLabelingJobsResponse.Builder labelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList) An array of
LabelingJobSummary
objects, each describing a labeling job.- Parameters:
labelingJobSummaryList
- An array ofLabelingJobSummary
objects, each describing a labeling job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelingJobSummaryList
ListLabelingJobsResponse.Builder labelingJobSummaryList(Consumer<LabelingJobSummary.Builder>... labelingJobSummaryList) An array of
This is a convenience method that creates an instance of theLabelingJobSummary
objects, each describing a labeling job.LabelingJobSummary.Builder
avoiding the need to create one manually viaLabelingJobSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolabelingJobSummaryList(List<LabelingJobSummary>)
.- Parameters:
labelingJobSummaryList
- a consumer that will call methods onLabelingJobSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
- Parameters:
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-