| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkteam.Builder |
CfnWorkteam.Builder.create(software.constructs.Construct scope,
String id) |
CfnWorkteam.Builder |
CfnWorkteam.Builder.description(String description)
A description of the work team.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.memberDefinitions(IResolvable memberDefinitions)
A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.memberDefinitions(List<? extends Object> memberDefinitions)
A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.notificationConfiguration(CfnWorkteam.NotificationConfigurationProperty notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.notificationConfiguration(IResolvable notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs.
|
CfnWorkteam.Builder |
CfnWorkteam.Builder.workteamName(String workteamName)
The name of the work team.
|
Copyright © 2022. All rights reserved.