Uses of Class
software.amazon.awscdk.services.sagemaker.CfnWorkteamProps.Builder
-
Uses of CfnWorkteamProps.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionstatic CfnWorkteamProps.Builder
CfnWorkteamProps.builder()
CfnWorkteamProps.Builder.description
(String description) Sets the value ofCfnWorkteamProps.getDescription()
CfnWorkteamProps.Builder.memberDefinitions
(List<? extends Object> memberDefinitions) Sets the value ofCfnWorkteamProps.getMemberDefinitions()
CfnWorkteamProps.Builder.memberDefinitions
(IResolvable memberDefinitions) Sets the value ofCfnWorkteamProps.getMemberDefinitions()
CfnWorkteamProps.Builder.notificationConfiguration
(IResolvable notificationConfiguration) Sets the value ofCfnWorkteamProps.getNotificationConfiguration()
CfnWorkteamProps.Builder.notificationConfiguration
(CfnWorkteam.NotificationConfigurationProperty notificationConfiguration) Sets the value ofCfnWorkteamProps.getNotificationConfiguration()
Sets the value ofCfnWorkteamProps.getTags()
CfnWorkteamProps.Builder.workforceName
(String workforceName) Sets the value ofCfnWorkteamProps.getWorkforceName()
CfnWorkteamProps.Builder.workteamName
(String workteamName) Sets the value ofCfnWorkteamProps.getWorkteamName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkteamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkteamProps.Builder
.