Uses of Class
software.amazon.awscdk.services.sagemaker.CfnWorkteam.Builder
Packages that use CfnWorkteam.Builder
-
Uses of CfnWorkteam.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnWorkteam.BuilderModifier and TypeMethodDescriptionstatic CfnWorkteam.BuilderCfnWorkteam.Builder.description(String description) A description of the work team.CfnWorkteam.Builder.memberDefinitions(List<? extends Object> memberDefinitions) A list ofMemberDefinitionobjects that contains objects that identify the workers that make up the work team.CfnWorkteam.Builder.memberDefinitions(IResolvable memberDefinitions) A list ofMemberDefinitionobjects that contains objects that identify the workers that make up the work team.CfnWorkteam.Builder.notificationConfiguration(IResolvable notificationConfiguration) Configures SNS notifications of available or expiring work items for work teams.CfnWorkteam.Builder.notificationConfiguration(CfnWorkteam.NotificationConfigurationProperty notificationConfiguration) Configures SNS notifications of available or expiring work items for work teams.An array of key-value pairs.CfnWorkteam.Builder.workforceName(String workforceName) AWS::SageMaker::Workteam.WorkforceName.CfnWorkteam.Builder.workteamName(String workteamName) The name of the work team.