@Stability(value=Stable) public static final class CfnUserProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile>
CfnUserProfile.| Modifier and Type | Method and Description |
|---|---|
CfnUserProfile |
build() |
static CfnUserProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserProfile.Builder |
domainId(String domainId)
`AWS::SageMaker::UserProfile.DomainId`.
|
CfnUserProfile.Builder |
singleSignOnUserIdentifier(String singleSignOnUserIdentifier)
`AWS::SageMaker::UserProfile.SingleSignOnUserIdentifier`.
|
CfnUserProfile.Builder |
singleSignOnUserValue(String singleSignOnUserValue)
`AWS::SageMaker::UserProfile.SingleSignOnUserValue`.
|
CfnUserProfile.Builder |
tags(List<? extends CfnTag> tags)
`AWS::SageMaker::UserProfile.Tags`.
|
CfnUserProfile.Builder |
userProfileName(String userProfileName)
`AWS::SageMaker::UserProfile.UserProfileName`.
|
CfnUserProfile.Builder |
userSettings(CfnUserProfile.UserSettingsProperty userSettings)
`AWS::SageMaker::UserProfile.UserSettings`.
|
CfnUserProfile.Builder |
userSettings(IResolvable userSettings)
`AWS::SageMaker::UserProfile.UserSettings`.
|
@Stability(value=Stable) public static CfnUserProfile.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserProfile.CustomImageProperty.Builder.@Stability(value=Stable) public CfnUserProfile.Builder domainId(String domainId)
domainId - `AWS::SageMaker::UserProfile.DomainId`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder userProfileName(String userProfileName)
userProfileName - `AWS::SageMaker::UserProfile.UserProfileName`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder singleSignOnUserIdentifier(String singleSignOnUserIdentifier)
singleSignOnUserIdentifier - `AWS::SageMaker::UserProfile.SingleSignOnUserIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder singleSignOnUserValue(String singleSignOnUserValue)
singleSignOnUserValue - `AWS::SageMaker::UserProfile.SingleSignOnUserValue`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::SageMaker::UserProfile.Tags`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder userSettings(CfnUserProfile.UserSettingsProperty userSettings)
userSettings - `AWS::SageMaker::UserProfile.UserSettings`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder userSettings(IResolvable userSettings)
userSettings - `AWS::SageMaker::UserProfile.UserSettings`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile build()
build in interface software.amazon.jsii.Builder<CfnUserProfile>Copyright © 2021. All rights reserved.