static Workteam.Builder |
Workteam.builder() |
|
Workteam.Builder |
Workteam.Builder.createDate(Instant createDate) |
The date and time that the work team was created (timestamp).
|
Workteam.Builder |
Workteam.Builder.description(String description) |
A description of the work team.
|
Workteam.Builder |
Workteam.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The date and time that the work team was last updated (timestamp).
|
Workteam.Builder |
Workteam.Builder.memberDefinitions(Collection<MemberDefinition> memberDefinitions) |
A list of MemberDefinition objects that contains objects that identify the workers that make up
the work team.
|
Workteam.Builder |
Workteam.Builder.memberDefinitions(Consumer<MemberDefinition.Builder>... memberDefinitions) |
A list of MemberDefinition objects that contains objects that identify the workers that make up
the work team.
|
Workteam.Builder |
Workteam.Builder.memberDefinitions(MemberDefinition... memberDefinitions) |
A list of MemberDefinition objects that contains objects that identify the workers that make up
the work team.
|
default Workteam.Builder |
Workteam.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration) |
Configures SNS notifications of available or expiring work items for work teams.
|
Workteam.Builder |
Workteam.Builder.notificationConfiguration(NotificationConfiguration notificationConfiguration) |
Configures SNS notifications of available or expiring work items for work teams.
|
Workteam.Builder |
Workteam.Builder.productListingIds(String... productListingIds) |
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam.Builder |
Workteam.Builder.productListingIds(Collection<String> productListingIds) |
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam.Builder |
Workteam.Builder.subDomain(String subDomain) |
The URI of the labeling job's user interface.
|
Workteam.Builder |
Workteam.toBuilder() |
|
default Workteam.Builder |
Workteam.Builder.workerAccessConfiguration(Consumer<WorkerAccessConfiguration.Builder> workerAccessConfiguration) |
Describes any access constraints that have been defined for Amazon S3 resources.
|
Workteam.Builder |
Workteam.Builder.workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration) |
Describes any access constraints that have been defined for Amazon S3 resources.
|
Workteam.Builder |
Workteam.Builder.workforceArn(String workforceArn) |
The Amazon Resource Name (ARN) of the workforce.
|
Workteam.Builder |
Workteam.Builder.workteamArn(String workteamArn) |
The Amazon Resource Name (ARN) that identifies the work team.
|
Workteam.Builder |
Workteam.Builder.workteamName(String workteamName) |
The name of the work team.
|