@Stability(value=Stable) public static final class CfnModelPackage.UserContextProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelPackage.UserContextProperty>
CfnModelPackage.UserContextProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModelPackage.UserContextProperty |
build()
Builds the configured instance.
|
CfnModelPackage.UserContextProperty.Builder |
domainId(String domainId)
Sets the value of
CfnModelPackage.UserContextProperty.getDomainId() |
CfnModelPackage.UserContextProperty.Builder |
userProfileArn(String userProfileArn)
Sets the value of
CfnModelPackage.UserContextProperty.getUserProfileArn() |
CfnModelPackage.UserContextProperty.Builder |
userProfileName(String userProfileName)
Sets the value of
CfnModelPackage.UserContextProperty.getUserProfileName() |
@Stability(value=Stable) public CfnModelPackage.UserContextProperty.Builder domainId(String domainId)
CfnModelPackage.UserContextProperty.getDomainId()domainId - `CfnModelPackage.UserContextProperty.DomainId`.this@Stability(value=Stable) public CfnModelPackage.UserContextProperty.Builder userProfileArn(String userProfileArn)
CfnModelPackage.UserContextProperty.getUserProfileArn()userProfileArn - `CfnModelPackage.UserContextProperty.UserProfileArn`.this@Stability(value=Stable) public CfnModelPackage.UserContextProperty.Builder userProfileName(String userProfileName)
CfnModelPackage.UserContextProperty.getUserProfileName()userProfileName - `CfnModelPackage.UserContextProperty.UserProfileName`.this@Stability(value=Stable) public CfnModelPackage.UserContextProperty build()
build in interface software.amazon.jsii.Builder<CfnModelPackage.UserContextProperty>CfnModelPackage.UserContextPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.