Interface ListLabelingJobsForWorkteamResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListLabelingJobsForWorkteamResponse.Builder,,- ListLabelingJobsForWorkteamResponse> - SageMakerResponse.Builder,- SdkBuilder<ListLabelingJobsForWorkteamResponse.Builder,,- ListLabelingJobsForWorkteamResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListLabelingJobsForWorkteamResponse
public static interface ListLabelingJobsForWorkteamResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsForWorkteamResponse.Builder,ListLabelingJobsForWorkteamResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlabelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList) An array ofLabelingJobSummaryobjects, each describing a labeling job.labelingJobSummaryList(Consumer<LabelingJobForWorkteamSummary.Builder>... labelingJobSummaryList) An array ofLabelingJobSummaryobjects, each describing a labeling job.labelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList) An array ofLabelingJobSummaryobjects, each describing a labeling job.If the response is truncated, SageMaker returns this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
labelingJobSummaryListListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList) An array of LabelingJobSummaryobjects, each describing a labeling job.- Parameters:
- labelingJobSummaryList- An array of- LabelingJobSummaryobjects, each describing a labeling job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
labelingJobSummaryListListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList) An array of LabelingJobSummaryobjects, each describing a labeling job.- Parameters:
- labelingJobSummaryList- An array of- LabelingJobSummaryobjects, each describing a labeling job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
labelingJobSummaryListListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(Consumer<LabelingJobForWorkteamSummary.Builder>... labelingJobSummaryList) An array of This is a convenience method that creates an instance of theLabelingJobSummaryobjects, each describing a labeling job.LabelingJobForWorkteamSummary.Builderavoiding the need to create one manually viaLabelingJobForWorkteamSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolabelingJobSummaryList(List<LabelingJobForWorkteamSummary>).- Parameters:
- labelingJobSummaryList- a consumer that will call methods on- LabelingJobForWorkteamSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf 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.
 
 
-