public static interface Workteam.Builder extends SdkPojo, CopyableBuilder<Workteam.Builder,Workteam>
Modifier and Type | Method and Description |
---|---|
Workteam.Builder |
createDate(Instant createDate)
The date and time that the work team was created (timestamp).
|
Workteam.Builder |
description(String description)
A description of the work team.
|
Workteam.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the work team was last updated (timestamp).
|
Workteam.Builder |
memberDefinitions(Collection<MemberDefinition> memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
Workteam.Builder |
memberDefinitions(Consumer<MemberDefinition.Builder>... memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
Workteam.Builder |
memberDefinitions(MemberDefinition... memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
Workteam.Builder |
productListingIds(Collection<String> productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam.Builder |
productListingIds(String... productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam.Builder |
subDomain(String subDomain)
The URI of the labeling job's user interface.
|
Workteam.Builder |
workteamArn(String workteamArn)
The Amazon Resource Name (ARN) that identifies the work team.
|
Workteam.Builder |
workteamName(String workteamName)
The name of the work team.
|
copy
applyMutation, build
Workteam.Builder workteamName(String workteamName)
The name of the work team.
workteamName
- The name of the work team.Workteam.Builder memberDefinitions(Collection<MemberDefinition> memberDefinitions)
The Amazon Cognito user groups that make up the work team.
memberDefinitions
- The Amazon Cognito user groups that make up the work team.Workteam.Builder memberDefinitions(MemberDefinition... memberDefinitions)
The Amazon Cognito user groups that make up the work team.
memberDefinitions
- The Amazon Cognito user groups that make up the work team.Workteam.Builder memberDefinitions(Consumer<MemberDefinition.Builder>... memberDefinitions)
The Amazon Cognito user groups that make up the work team.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #memberDefinitions(List)
.memberDefinitions
- a consumer that will call methods on List.Builder
#memberDefinitions(List)
Workteam.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) that identifies the work team.
workteamArn
- The Amazon Resource Name (ARN) that identifies the work team.Workteam.Builder productListingIds(Collection<String> productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
productListingIds
- The Amazon Marketplace identifier for a vendor's work team.Workteam.Builder productListingIds(String... productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
productListingIds
- The Amazon Marketplace identifier for a vendor's work team.Workteam.Builder description(String description)
A description of the work team.
description
- A description of the work team.Workteam.Builder subDomain(String subDomain)
The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.
subDomain
- The URI of the labeling job's user interface. Workers open this URI to start labeling your data
objects.Workteam.Builder createDate(Instant createDate)
The date and time that the work team was created (timestamp).
createDate
- The date and time that the work team was created (timestamp).Workteam.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the work team was last updated (timestamp).
lastUpdatedDate
- The date and time that the work team was last updated (timestamp).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.