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