| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam.Builder |
Workteam.Builder.productListingIds(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() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Workteam.Builder> |
Workteam.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkteamResponse.Builder |
UpdateWorkteamResponse.Builder.workteam(Consumer<Workteam.Builder> workteam)
A
Workteam object that describes the updated work team. |
default DescribeWorkteamResponse.Builder |
DescribeWorkteamResponse.Builder.workteam(Consumer<Workteam.Builder> workteam)
A
Workteam instance that contains information about the work team. |
Copyright © 2020. All rights reserved.