@Generated(value="software.amazon.awssdk:codegen") public final class Workteam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Workteam.Builder,Workteam>
Provides details about a labeling work team.
Modifier and Type | Class and Description |
---|---|
static interface |
Workteam.Builder |
Modifier and Type | Method and Description |
---|---|
static Workteam.Builder |
builder() |
Instant |
createDate()
The date and time that the work team was created (timestamp).
|
String |
description()
A description of the work team.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date and time that the work team was last updated (timestamp).
|
List<MemberDefinition> |
memberDefinitions()
The Amazon Cognito user groups that make up the work team.
|
List<String> |
productListingIds()
The Amazon Marketplace identifier for a vendor's work team.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Workteam.Builder> |
serializableBuilderClass() |
String |
subDomain()
The URI of the labeling job's user interface.
|
Workteam.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
workteamArn()
The Amazon Resource Name (ARN) that identifies the work team.
|
String |
workteamName()
The name of the work team.
|
copy
public String workteamName()
The name of the work team.
public List<MemberDefinition> memberDefinitions()
The Amazon Cognito user groups that make up the work team.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String workteamArn()
The Amazon Resource Name (ARN) that identifies the work team.
public List<String> productListingIds()
The Amazon Marketplace identifier for a vendor's work team.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String description()
A description of the work team.
public String subDomain()
The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.
public Instant createDate()
The date and time that the work team was created (timestamp).
public Instant lastUpdatedDate()
The date and time that the work team was last updated (timestamp).
public Workteam.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Workteam.Builder,Workteam>
public static Workteam.Builder builder()
public static Class<? extends Workteam.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.