@Stability(value=Stable) public static final class CfnUserProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfileProps>
CfnUserProfileProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserProfileProps.Builder domainId(String domainId)
CfnUserProfileProps.getDomainId()domainId - The domain ID. This parameter is required.this@Stability(value=Stable) public CfnUserProfileProps.Builder userProfileName(String userProfileName)
CfnUserProfileProps.getUserProfileName()userProfileName - The user profile name. This parameter is required.this@Stability(value=Stable) public CfnUserProfileProps.Builder singleSignOnUserIdentifier(String singleSignOnUserIdentifier)
CfnUserProfileProps.getSingleSignOnUserIdentifier()singleSignOnUserIdentifier - A specifier for the type of value specified in SingleSignOnUserValue.
Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.this@Stability(value=Stable) public CfnUserProfileProps.Builder singleSignOnUserValue(String singleSignOnUserValue)
CfnUserProfileProps.getSingleSignOnUserValue()singleSignOnUserValue - The username of the associated AWS Single Sign-On User for this UserProfile.
If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.this@Stability(value=Stable) public CfnUserProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnUserProfileProps.getTags()tags - An array of key-value pairs to apply to this resource.
Tags that you specify for the User Profile are also added to all apps that the User Profile launches.
For more information, see Tag .
this@Stability(value=Stable) public CfnUserProfileProps.Builder userSettings(CfnUserProfile.UserSettingsProperty userSettings)
CfnUserProfileProps.getUserSettings()userSettings - A collection of settings that apply to users of Amazon SageMaker Studio.this@Stability(value=Stable) public CfnUserProfileProps.Builder userSettings(IResolvable userSettings)
CfnUserProfileProps.getUserSettings()userSettings - A collection of settings that apply to users of Amazon SageMaker Studio.this@Stability(value=Stable) public CfnUserProfileProps build()
build in interface software.amazon.jsii.Builder<CfnUserProfileProps>CfnUserProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.