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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelingJobsResponse.BuilderlabelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsResponse.BuilderlabelingJobSummaryList(Consumer<LabelingJobSummary.Builder>... labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsResponse.BuilderlabelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsResponse.BuildernextToken(String nextToken)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 Detail
-
labelingJobSummaryList
ListLabelingJobsResponse.Builder labelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of
LabelingJobSummaryobjects, each describing a labeling job.- Parameters:
labelingJobSummaryList- An array ofLabelingJobSummaryobjects, 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
LabelingJobSummaryobjects, each describing a labeling job.- Parameters:
labelingJobSummaryList- An array ofLabelingJobSummaryobjects, 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 theLabelingJobSummaryobjects, each describing a labeling job.LabelingJobSummary.Builderavoiding the need to create one manually viaLabelingJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#labelingJobSummaryList(List.) - 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:
#labelingJobSummaryList(java.util.Collection)
-
nextToken
ListLabelingJobsResponse.Builder nextToken(String 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.
-
-