public static interface LabelingJobForWorkteamSummary.Builder extends SdkPojo, CopyableBuilder<LabelingJobForWorkteamSummary.Builder,LabelingJobForWorkteamSummary>
| Modifier and Type | Method and Description |
|---|---|
LabelingJobForWorkteamSummary.Builder |
creationTime(Instant creationTime)
The date and time that the labeling job was created.
|
LabelingJobForWorkteamSummary.Builder |
jobReferenceCode(String jobReferenceCode)
A unique identifier for a labeling job.
|
default LabelingJobForWorkteamSummary.Builder |
labelCounters(Consumer<LabelCountersForWorkteam.Builder> labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary.Builder |
labelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary.Builder |
labelingJobName(String labelingJobName)
The name of the labeling job that the work team is assigned to.
|
LabelingJobForWorkteamSummary.Builder |
workRequesterAccountId(String workRequesterAccountId)
|
copyapplyMutation, buildLabelingJobForWorkteamSummary.Builder labelingJobName(String labelingJobName)
The name of the labeling job that the work team is assigned to.
labelingJobName - The name of the labeling job that the work team is assigned to.LabelingJobForWorkteamSummary.Builder jobReferenceCode(String jobReferenceCode)
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
jobReferenceCode - A unique identifier for a labeling job. You can use this to refer to a specific labeling job.LabelingJobForWorkteamSummary.Builder workRequesterAccountId(String workRequesterAccountId)
workRequesterAccountId - LabelingJobForWorkteamSummary.Builder creationTime(Instant creationTime)
The date and time that the labeling job was created.
creationTime - The date and time that the labeling job was created.LabelingJobForWorkteamSummary.Builder labelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
labelCounters - Provides information about the progress of a labeling job.default LabelingJobForWorkteamSummary.Builder labelCounters(Consumer<LabelCountersForWorkteam.Builder> labelCounters)
Provides information about the progress of a labeling job.
This is a convenience that creates an instance of theLabelCountersForWorkteam.Builder avoiding the
need to create one manually via LabelCountersForWorkteam.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to labelCounters(LabelCountersForWorkteam).labelCounters - a consumer that will call methods on LabelCountersForWorkteam.BuilderlabelCounters(LabelCountersForWorkteam)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.