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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLabelingJobsForWorkteamResponse.BuilderlabelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsForWorkteamResponse.BuilderlabelingJobSummaryList(Consumer<LabelingJobForWorkteamSummary.Builder>... labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsForWorkteamResponse.BuilderlabelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.ListLabelingJobsForWorkteamResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
labelingJobSummaryList
ListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> 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
ListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(LabelingJobForWorkteamSummary... 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
ListLabelingJobsForWorkteamResponse.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 to#labelingJobSummaryList(List.) - Parameters:
labelingJobSummaryList- a consumer that will call methods onLabelingJobForWorkteamSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#labelingJobSummaryList(java.util.Collection)
-
nextToken
ListLabelingJobsForWorkteamResponse.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.
-
-