Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.Builder
Packages that use CfnUserProfilePropsMixin.Builder
-
Uses of CfnUserProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnUserProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserProfilePropsMixin.Builder.create()CfnUserProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) The domain ID.CfnUserProfilePropsMixin.Builder.domainId(IDomainRef domainId) The domain ID.CfnUserProfilePropsMixin.Builder.singleSignOnUserIdentifier(String singleSignOnUserIdentifier) A specifier for the type of value specified in SingleSignOnUserValue.CfnUserProfilePropsMixin.Builder.singleSignOnUserValue(String singleSignOnUserValue) The username of the associated AWS Single Sign-On User for this UserProfile.An array of key-value pairs to apply to this resource.CfnUserProfilePropsMixin.Builder.userProfileName(String userProfileName) The user profile name.CfnUserProfilePropsMixin.Builder.userSettings(CfnUserProfilePropsMixin.UserSettingsProperty userSettings) A collection of settings that apply to users of Amazon SageMaker Studio.CfnUserProfilePropsMixin.Builder.userSettings(IResolvable userSettings) A collection of settings that apply to users of Amazon SageMaker Studio.