Uses of Class
software.amazon.awscdk.services.sagemaker.CfnUserProfileProps.Builder
-
Uses of CfnUserProfileProps.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionstatic CfnUserProfileProps.Builder
CfnUserProfileProps.builder()
Sets the value ofCfnUserProfileProps.getDomainId()
CfnUserProfileProps.Builder.singleSignOnUserIdentifier
(String singleSignOnUserIdentifier) Sets the value ofCfnUserProfileProps.getSingleSignOnUserIdentifier()
CfnUserProfileProps.Builder.singleSignOnUserValue
(String singleSignOnUserValue) Sets the value ofCfnUserProfileProps.getSingleSignOnUserValue()
Sets the value ofCfnUserProfileProps.getTags()
CfnUserProfileProps.Builder.userProfileName
(String userProfileName) Sets the value ofCfnUserProfileProps.getUserProfileName()
CfnUserProfileProps.Builder.userSettings
(IResolvable userSettings) Sets the value ofCfnUserProfileProps.getUserSettings()
CfnUserProfileProps.Builder.userSettings
(CfnUserProfile.UserSettingsProperty userSettings) Sets the value ofCfnUserProfileProps.getUserSettings()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProfileProps.Builder
.